]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Suppress bootstrap warnings
authorDaiki Ueno <ueno@gnu.org>
Tue, 2 Apr 2013 09:12:05 +0000 (18:12 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 2 Apr 2013 09:12:05 +0000 (18:12 +0900)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi
gettext-tools/examples/ChangeLog
gettext-tools/examples/Makefile.am

index c39b2a0bea4b175664b79e5c3b9c9523e5309b93..ed7e35603116a6ae8a1f68d6907107ddd599d199 100644 (file)
@@ -1,3 +1,7 @@
+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
index 6301094e22e781b1b949215dc977884467265fb6..1b45112cbe6986d23e8d05b6d16539424c8063df 100644 (file)
@@ -1711,7 +1711,7 @@ idea of the precise format of a PO file.  On the other hand, those
 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.
index 9e5f19bfb76682d16e458bfba14ddaba671b9df9..b3461f87451d2a12ba8f73f72afa10f3ebc3af3e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 7d28516fd9fc2e8135a1317ca0daf461fbe34bd3..f4e93cb06bd8a20cf6e4aba8a8b3a48789643604 100644 (file)
@@ -507,4 +507,5 @@ distdir1:
        done
 
 # Temporary directories created by po/Makefile.
-CLEANFILES = tmp-hello-*
+clean-local:
+       -rm -rf tmp-hello-*