]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
No need to clean unused indices.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Feb 2003 10:44:30 +0000 (10:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:14 +0000 (12:10 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/Makefile.am
gettext-runtime/libasprintf/autosprintf.texi
gettext-tools/doc/ChangeLog
gettext-tools/doc/Makefile.am

index f19eb39231809c25fa41e38d3d5f9e8eb539b7ec..3bb7b608561e8921d1c5b58c31a63826f9da3412 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * Makefile.am (installdirs): Remove dependency, redundant with
index 7c8469611c8c15529d8e37e7f916caa3fd035878..9706deb19ccfc5b760724510a07180e73b7adb71 100644 (file)
@@ -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.
index f2c29cd1d1d3c18853011ad6a2c5cc6a6ffa2c07..d582488f1525b5aab230b601bb81038a529d925d 100644 (file)
@@ -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
 
index 91d2edbbe5d0a35d200bb4e2419f647a748bfb04..9f2bbf8f8db84800a5bf48a272cb8844a61eb6ab 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (MOSTLYCLEANFILES): No need to clean the unused indices.
+       (The automake generated rule already cleans them.)
+
 2003-02-22  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (installdirs): Remove dependency, redundant with
index db2768d487d123356630114428686de8950395ef..b4cd17cd2666ba86fe9dcbb734de43690f5159c8 100644 (file)
@@ -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