]> granicus.if.org Git - python/commitdiff
Some cleanup, added clean & clobber targets.
authorFred Drake <fdrake@acm.org>
Thu, 7 May 1998 19:27:40 +0000 (19:27 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 7 May 1998 19:27:40 +0000 (19:27 +0000)
Doc/paper-a4/Makefile
Doc/paper-letter/Makefile

index 15c7f14dfb505ad099577033a5d71af46ad1f006..2187c8e8579f0e3615a10e0148617a84edf6e321 100644 (file)
@@ -5,10 +5,19 @@ TEXINPUTS=.:../texinputs:
 all:   all-ps
 
 all-ps:
-       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-ps
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
+               -f ../Makefile do-ps
 
 all-pdf:
-       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-pdf
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
+               -f ../Makefile do-pdf
 
 all-dvi:
-       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-dvi
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
+               -f ../Makefile do-dvi
+
+clean:
+       $(MAKE) -f ../Makefile clean
+
+clobber:
+       $(MAKE) -f ../Makefile clobber
index 72c8bbe6aee548cf2419b28a831ef54c8520889d..95dffb8d34cf349cbfd725ac80db69f856976e09 100644 (file)
@@ -5,10 +5,19 @@ TEXINPUTS=../texinputs:
 all:   all-ps
 
 all-ps:
-       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-ps
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
+               -f ../Makefile do-ps
 
 all-pdf:
-       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-pdf
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
+               -f ../Makefile do-pdf
 
 all-dvi:
-       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile all-dvi
+       $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) \
+               -f ../Makefile do-dvi
+
+clean:
+       $(MAKE) -f ../Makefile clean
+
+clobber:
+       $(MAKE) -f ../Makefile clobber