+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
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.
@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
+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
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 \
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