summaryrefslogtreecommitdiffstats
path: root/gettext-runtime
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-24 10:44:30 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:14 +0200
commit63cc1298fcdc58b5748e0da01d35ef42cc264a1e (patch)
tree8ae008023948ac512c34c98af9d717fa287ca618 /gettext-runtime
parentfae776b39d84c118ffe763865100bc64a22d92fb (diff)
downloadexternal_gettext-63cc1298fcdc58b5748e0da01d35ef42cc264a1e.zip
external_gettext-63cc1298fcdc58b5748e0da01d35ef42cc264a1e.tar.gz
external_gettext-63cc1298fcdc58b5748e0da01d35ef42cc264a1e.tar.bz2
No need to clean unused indices.
Diffstat (limited to 'gettext-runtime')
-rw-r--r--gettext-runtime/libasprintf/ChangeLog6
-rw-r--r--gettext-runtime/libasprintf/Makefile.am16
-rw-r--r--gettext-runtime/libasprintf/autosprintf.texi9
3 files changed, 17 insertions, 14 deletions
diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog
index f19eb39..3bb7b60 100644
--- a/gettext-runtime/libasprintf/ChangeLog
+++ b/gettext-runtime/libasprintf/ChangeLog
@@ -1,5 +1,11 @@
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
automake >= 1.6.
diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am
index 7c84696..9706deb 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 f2c29cd..d582488 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