From 8a30a1d0da206144eb78fe2c6ecc75b9aee87314 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 2 Apr 2013 18:12:05 +0900 Subject: [PATCH] Suppress bootstrap warnings --- gettext-tools/doc/ChangeLog | 4 ++++ gettext-tools/doc/gettext.texi | 2 +- gettext-tools/examples/ChangeLog | 4 ++++ gettext-tools/examples/Makefile.am | 3 ++- 4 files changed, 11 insertions(+), 2 deletions(-) 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-* -- 2.47.2