2003-11-30 Bruno Haible <bruno@clisp.org>
+ * mmsmallpo.sh: Remove the POT-Creation-Date line from the generated PO
+ file.
* Makefile.am (EXAMPLESFILES): Add hello-pascal/hello.rst.
2003-11-30 Bruno Haible <bruno@clisp.org>
msgmerge $language.po $directory.pot -o - | \
msgattrib --no-obsolete | \
-sed -e "s, $directory/, ,g" | sed -e "s,gettext-examples,$directory," \
+sed -e "s, $directory/, ,g" | sed -e "s,gettext-examples,$directory," | \
+sed -e '/^"POT-Creation-Date: .*"$/{
+x
+s/P/P/
+ta
+g
+d
+bb
+:a
+x
+:b
+}' \
> ../$directory/po/$language.po