]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(indices): New variable; include ky.
authorRoland McGrath <roland@gnu.org>
Tue, 25 Oct 1994 22:39:28 +0000 (22:39 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 25 Oct 1994 22:39:28 +0000 (22:39 +0000)
(realclean): Use $(indices) to remove all index and sorted index files.

manual/Makefile

index 9526153453ecb8b150bc2b4eabb71ab0ac3095ee..520502e151ab4c0419b823d4d72a7adb8beb4f42 100644 (file)
@@ -113,10 +113,11 @@ mostlyclean:
        -rm -f libc.dvi libc.info*
 clean: mostlyclean
 distclean: clean
+indices = cp fn pg tp vr ky
 realclean: distclean
        -rm -f chapters chapters-incl summary.texi stamp-summary *.c.texi
-       -rm -f libc.cp libc.cps libc.fn libc.fns libc.pg libc.pgs \
-              libc.tp libc.tps libc.vr libc.vrs libc.log libc.aux libc.toc
+       -rm -f $(foreach index,$(indices),libc.$(index) libc.$(index)s)
+       -rm -f libc.log libc.aux libc.toc
 
 .PHONY: install subdir_install installdirs install-data
 install-data subdir_install: install