]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Copy only specific files.
authorBruno Haible <bruno@clisp.org>
Thu, 25 Oct 2001 09:32:59 +0000 (09:32 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 25 Oct 2001 09:32:59 +0000 (09:32 +0000)
misc/ChangeLog
misc/gettextize.in

index 3f4bd8099b4d9ade64d1b2436363661dec191786..bfcb21d3b39e7aef8ad6d46833f2c59733342d5a 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-21  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettextize.in: Copy only ABOUT-NLS, intl/, po/.
+
 2001-09-25  Bruno Haible  <haible@clisp.cons.org>
 
        Upgrade to automake-1.5.
index 305943dd0ec74477eabbd0386509fa07aa816721..7aa03cb1824cd1454090f841e480a3d633004dfc 100644 (file)
@@ -146,9 +146,7 @@ cd $gettext_dir || {
 # Now copy all files.  Take care for the destination directories.
 for file in *; do
   case $file in
-    intl | po | *.jar)
-      ;;
-    *)
+    ABOUT-NLS)
       rm -f $srcdir/$file
       ($try_ln_s && ln -s $gettext_dir/$file $srcdir/$file && $echo "Symlinking file $file") 2>/dev/null ||
       { $echo "Copying file $file"; cp $file $srcdir/$file; }