Add "clean" rule.
authorChris Hanson <org/chris-hanson/cph>
Mon, 10 Jul 2000 22:07:04 +0000 (22:07 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 10 Jul 2000 22:07:04 +0000 (22:07 +0000)
v7/doc/user-manual/Makefile
v7/doc/user-manual/html/Makefile

index 4e08be7741d2b0bf45a1fd9a798822cd942d88d4..263d2a294da503af8f4df40bb5469d9265d69837 100644 (file)
@@ -1,5 +1,5 @@
 
-# $Id: Makefile,v 1.2 2000/07/10 22:04:23 cph Exp $
+# $Id: Makefile,v 1.3 2000/07/10 22:06:01 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -36,3 +36,13 @@ user.info: user.texinfo
 
 html/user_toc.html: user.texinfo
        (cd html;make)
+
+AUX_SUFFIXES = aux log toc
+INDEX_SUFFIXES = cp fn ky pg tp vr
+
+clean:
+       rm -f user.ps user.dvi user.pdf user*.info
+       rm -f $(addprefix user.,$(AUX_SUFFIXES))
+       rm -f $(addprefix user.,$(INDEX_SUFFIXES))
+       rm -f $(addsuffix s,$(addprefix user.,$(INDEX_SUFFIXES)))
+       $(MAKE) -C html $@
index d8589d1404970df256696e8d75a91c8eba73368a..8d4138a87be3165bb026841f58e49e74e77f8856 100644 (file)
@@ -1,5 +1,5 @@
 
-# $Id: Makefile,v 1.1 2000/07/10 22:06:58 cph Exp $
+# $Id: Makefile,v 1.2 2000/07/10 22:07:04 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -22,3 +22,6 @@ all:  user_toc.html
 user_toc.html: ../user.texinfo
        -rm -rf *.html
        texi2html -split_chapter ../user.texinfo
+
+clean:
+       rm -rf *.html