]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added realclean and distclean targets to match ../Makefile.
authorFred Drake <fdrake@acm.org>
Wed, 23 Sep 1998 17:37:14 +0000 (17:37 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 23 Sep 1998 17:37:14 +0000 (17:37 +0000)
Doc/paper-letter/Makefile

index e193bc92bc886002e5ed4e932ce631a02b0cfe32..69350060f5164bee61d22374e0734b7aa7ed179e 100644 (file)
@@ -138,3 +138,6 @@ clean:
 
 clobber: clean
        rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
+
+realclean: clobber
+distclean: clobber