From: Daiki Ueno Date: Tue, 2 Apr 2013 09:12:05 +0000 (+0900) Subject: Suppress bootstrap warnings X-Git-Tag: v0.18.3~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a30a1d0da206144eb78fe2c6ecc75b9aee87314;p=thirdparty%2Fgettext.git Suppress bootstrap warnings --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index c39b2a0be..ed7e35603 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-04-02 Daiki Ueno + + * gettext.texi (PO Files): Use '@pxref' instead of '@xref'. + 2013-03-12 Andreas Stricker (tiny change) * msgfmt.texi (PO Format): A note about the header entry diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 6301094e2..1b45112cb 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -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. diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 9e5f19bfb..b3461f874 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,7 @@ +2013-04-02 Daiki Ueno + + * Makefile.am (clean-local): New rule to remove tmp-hello-*. + 2012-12-25 Daiki Ueno * gettext-0.18.2 released. diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am index 7d28516fd..f4e93cb06 100644 --- a/gettext-tools/examples/Makefile.am +++ b/gettext-tools/examples/Makefile.am @@ -507,4 +507,5 @@ distdir1: done # Temporary directories created by po/Makefile. -CLEANFILES = tmp-hello-* +clean-local: + -rm -rf tmp-hello-*