You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.1 KiB
56 lines
2.1 KiB
Index: scripts/check.sh |
|
--- scripts/check.sh.orig 2012-09-05 16:35:19.000000000 +0200 |
|
+++ scripts/check.sh 2016-03-07 23:55:21.382567541 +0100 |
|
@@ -26,7 +26,7 @@ |
|
|
|
export CCIDEW=$CCIDEW |
|
export CCIDE_M4DIR=$CCIDE_M4DIR |
|
-echo CCIDEW=$CCIDEW m4dir=$CCIDE_M4DIR USE_NLS=yes |
|
+echo CCIDEW=$CCIDEW m4dir=$CCIDE_M4DIR USE_NLS=no |
|
OPT="-b " |
|
#MAKE="make -s -B -i --no-print-directory" |
|
MAKE="make -s -i --no-print-directory" |
|
@@ -89,7 +89,7 @@ |
|
Z=`basename $Y .d` |
|
[ -f $TDIR/$Z.opt ] && . $TDIR/$Z.opt |
|
[ "$LANG" == "$CCIDELANG" ] || export LANG=$CCIDELANG |
|
- [ "yes" == "yes" ] || export LANG=en_US.UTF-8 |
|
+ [ "no" == "yes" ] || export LANG=en_US.UTF-8 |
|
$MAKE -i OPT="$OPT" $Z && CheckExpand $Z $TDIR/$Z.r |
|
[ -f $TDIR/$Z.err.r ] && CheckExpand $Z.err $TDIR/$Z.err.r |
|
done |
|
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2012-09-05 16:35:04.000000000 +0200 |
|
+++ src/Makefile.in 2016-03-07 23:55:21.382567541 +0100 |
|
@@ -639,7 +639,7 @@ |
|
*.output ccideparse.c ccidelex.c *.o ccidew$(EXEEXT) y.output |
|
|
|
${PACKAGE}.1: ${PACKAGE}.pod |
|
- /usr/bin/pod2man --section=1 \ |
|
+ pod2man --section=1 \ |
|
--release="${PACKAGE}-${VERSION}-${RELEASE}" \ |
|
--center="DecisionTableProcessor(${PACKAGE}) Man Page" \ |
|
${PACKAGE}.pod > ${PACKAGE}.1 |
|
Index: src/ccide.pod.in |
|
--- src/ccide.pod.in.orig 2012-08-25 19:02:39.000000000 +0200 |
|
+++ src/ccide.pod.in 2016-03-07 23:55:45.674945483 +0100 |
|
@@ -438,6 +438,7 @@ |
|
Ccide-0.6.4-1 and prior versions have known bugs. Please install |
|
the latest version before reporting bugs. |
|
|
|
+=back |
|
|
|
=head1 RESTRICTIONS |
|
|
|
@@ -471,9 +472,9 @@ |
|
|
|
Thomas W. Young, ccide@twyoung.com |
|
|
|
-==head1 COPYRIGHT |
|
+=head1 COPYRIGHT |
|
|
|
-Copyright © 2002-2012, Thomas W. Young, The CCIDE Project, ccide@twyoung.com. |
|
+Copyright (c) 2002-2012, Thomas W. Young, The CCIDE Project, ccide@twyoung.com. |
|
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation |
|
License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being |
|
"GNU General Public License" and "Funding Free Software", the Front-Cover texts being (a) (see below), and with the Back-
|
|
|