+2013-04-02 Daiki Ueno <ueno@gnu.org>
+
+ * gettext.texi (PO Files): Use '@pxref' instead of '@xref'.
+
2013-03-12 Andreas Stricker <astricker@futurelab.ch> (tiny change)
* msgfmt.texi (PO Format): A note about the header entry
wishing to modify PO files by hand should carefully continue reading on.
An empty @var{untranslated-string} is reserved to contain the header
-entry with the meta information (@xref{Header Entry}). This header
+entry with the meta information (@pxref{Header Entry}). This header
entry should be the first entry of the file. The empty
@var{untranslated-string} is reserved for this purpose and must
not be used anywhere else.
+2013-04-02 Daiki Ueno <ueno@gnu.org>
+
+ * Makefile.am (clean-local): New rule to remove tmp-hello-*.
+
2012-12-25 Daiki Ueno <ueno@gnu.org>
* gettext-0.18.2 released.
done
# Temporary directories created by po/Makefile.
-CLEANFILES = tmp-hello-*
+clean-local:
+ -rm -rf tmp-hello-*