+2004-02-04 Bruno Haible <bruno@clisp.org>
+
+ * gettextize.in: Add po to SUBDIRS if it was created in this run.
+ Tell the user to create po/POTFILES.in if it is not yet there.
+ Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
+
2004-02-02 Bruno Haible <bruno@clisp.org>
* gettextize.in (m4filelist): Add glibc2.m4.
else
echo "Create po/ subdirectory"
fi
+ added_directories="$added_directories po"
}
# Now copy all files. Take care for the destination directories.
$do_changelog && func_poChangeLog_add_entry " * stamp-cat-id: Remove file."
fi
$do_changelog && func_poChangeLog_finish
+if test ! -f "$srcdir/po/POTFILES.in"; then
+ please="$please
+Please create po/POTFILES.in as described in the documentation.
+"
+fi
m4filelist=' codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4
intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4