diff options
author | Bruno Haible <bruno@clisp.org> | 2001-03-23 15:39:18 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-03-23 15:39:18 +0000 |
commit | 46139735f47e771e67d8f4969a5e09a3e6af34ef (patch) | |
tree | d77f48c475904fae7604fcea1e5819477a4ee70f /djgpp | |
parent | 9fc72c8eac7280b1dadc4bdb957b418bb9f64780 (diff) | |
download | external_gettext-46139735f47e771e67d8f4969a5e09a3e6af34ef.zip external_gettext-46139735f47e771e67d8f4969a5e09a3e6af34ef.tar.gz external_gettext-46139735f47e771e67d8f4969a5e09a3e6af34ef.tar.bz2 |
Update from Juan Manuel Guerrero.
Diffstat (limited to 'djgpp')
-rw-r--r-- | djgpp/Makefile.maint | 2 | ||||
-rw-r--r-- | djgpp/config.in | 2 | ||||
-rw-r--r-- | djgpp/edtests.bat | 2 | ||||
-rw-r--r-- | djgpp/fnchange.in | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/djgpp/Makefile.maint b/djgpp/Makefile.maint index 9e114b8..c9dc958 100644 --- a/djgpp/Makefile.maint +++ b/djgpp/Makefile.maint @@ -9,7 +9,7 @@ all: README fnchange.lst config.sed config.sed: config.in fnchange.in sed \ - -e '/plural-1/ d' \ + -e '/plural-[1-9]\+/ d' \ -e 's|\.h\.in|\\\\\\\\.h\\\\\\\\.in|' \ -e 's|\.in\.in|\\\\\\\\.in\\\\\\\\.in|' \ -e 's|[ ]\+.*/|,|' \ diff --git a/djgpp/config.in b/djgpp/config.in index dd3dc1e..b3e26e5 100644 --- a/djgpp/config.in +++ b/djgpp/config.in @@ -15,7 +15,7 @@ lispdir = \\$(prefix)/gnu/emacs/site-lisp\ s,\\.tab\\.c,_tab.c,g\ s,\\.tab\\.h,_tab.h,g\ @append_list_of_renamed_files@ - /^TESTS[ ]*=/ s,plural-1,plural.1,g\ + /^TESTS[ ]*=/ s,plural-\\([1-9]\\+\\),plural.\\1,g\ /^install-info-am:/,/^$/ {\ /@list=/ s,\\\$(INFO_DEPS),& gettext.i,\ s,file-\\[0-9\\]\\[0-9\\],& \\$\\$file[0-9] \\$\\$file[0-9][0-9],\ diff --git a/djgpp/edtests.bat b/djgpp/edtests.bat index edae703..eb3e455 100644 --- a/djgpp/edtests.bat +++ b/djgpp/edtests.bat @@ -80,5 +80,7 @@ if not errorlevel 1 mv -f ./tests/plural-1 ./tests/plural.1 sed -f ./djgpp/tscript.sed ./tests/plural.1 > plural.1
update plural.1 ./tests/plural.1
rm -f plural.1
+test -f ./tests/plural-2
+if not errorlevel 1 mv -f ./tests/plural-2 ./tests/plural.2
touch ./tests/stamp-test
echo Done.
diff --git a/djgpp/fnchange.in b/djgpp/fnchange.in index 7ee3892..ead7856 100644 --- a/djgpp/fnchange.in +++ b/djgpp/fnchange.in @@ -26,3 +26,4 @@ @V@/tests/xgettext-9 @V@/tests/xgettext.9 @V@/tests/xg-test1.ok.po @V@/tests/xg-test1.ok-po @V@/tests/plural-1 @V@/tests/plural.1 +@V@/tests/plural-2 @V@/tests/plural.2 |