From: Bruno Haible Date: Mon, 24 Feb 2003 10:44:30 +0000 (+0000) Subject: No need to clean unused indices. X-Git-Tag: v0.12~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63cc1298fcdc58b5748e0da01d35ef42cc264a1e;p=thirdparty%2Fgettext.git No need to clean unused indices. --- diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index f19eb3923..3bb7b6085 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,9 @@ +2003-02-22 Bruno Haible + + * autosprintf.texi: Add comment about indices. + * Makefile.am (MOSTLYCLEANFILES): No need to clean the unused indices. + (The automake generated rule already cleans them.) + 2003-02-22 Bruno Haible * Makefile.am (installdirs): Remove dependency, redundant with diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 7c8469611..9706deb19 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -102,20 +102,8 @@ installdirs-dvi: uninstall-dvi: $(RM) $(DESTDIR)$(dvidir)/autosprintf.dvi -# Temporary index files. automake doesn't remove them reliably by itself. -MOSTLYCLEANFILES += \ - autosprintf.am autosprintf.ams \ - autosprintf.cp autosprintf.cps \ - autosprintf.ef autosprintf.efs \ - autosprintf.em autosprintf.ems \ - autosprintf.ev autosprintf.evs \ - autosprintf.fn autosprintf.fns \ - autosprintf.kw autosprintf.kws \ - autosprintf.ky autosprintf.kys \ - autosprintf.op autosprintf.ops \ - autosprintf.pg autosprintf.pgs \ - autosprintf.tp autosprintf.tps \ - autosprintf.vr autosprintf.vrs +# Temporary index files. automake removes only the predefined ones by itself. +MOSTLYCLEANFILES += # Documentation in Postscript format. diff --git a/gettext-runtime/libasprintf/autosprintf.texi b/gettext-runtime/libasprintf/autosprintf.texi index f2c29cd1d..d582488f1 100644 --- a/gettext-runtime/libasprintf/autosprintf.texi +++ b/gettext-runtime/libasprintf/autosprintf.texi @@ -3,6 +3,15 @@ @setfilename autosprintf.info @settitle GNU @code{autosprintf} @finalout +@c Indices: +@c none +@c Unused predefined indices: +@c cp = concept @cindex +@c fn = function @findex +@c vr = variable @vindex +@c ky = keystroke @kindex +@c pg = program @pindex +@c tp = type @tindex @c %**end of header @set VERSION 1.0 diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 91d2edbbe..9f2bbf8f8 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Bruno Haible + + * Makefile.am (MOSTLYCLEANFILES): No need to clean the unused indices. + (The automake generated rule already cleans them.) + 2003-02-22 Bruno Haible * Makefile.am (installdirs): Remove dependency, redundant with diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index db2768d48..b4cd17cd2 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -89,7 +89,7 @@ installdirs-dvi: uninstall-dvi: $(RM) $(DESTDIR)$(dvidir)/gettext.dvi -# Temporary index files. automake doesn't remove them reliably by itself. +# Temporary index files. automake removes only the predefined ones by itself. MOSTLYCLEANFILES += \ gettext.am gettext.ams \ gettext.cp gettext.cps \ @@ -98,10 +98,8 @@ MOSTLYCLEANFILES += \ gettext.ev gettext.evs \ gettext.fn gettext.fns \ gettext.kw gettext.kws \ - gettext.ky gettext.kys \ gettext.op gettext.ops \ gettext.pg gettext.pgs \ - gettext.tp gettext.tps \ gettext.vr gettext.vrs