From: Fred Drake Date: Wed, 23 Sep 1998 17:37:14 +0000 (+0000) Subject: Added realclean and distclean targets to match ../Makefile. X-Git-Tag: v1.5.2a2~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4cbb9c7fa8d702dab1dc78edbef29f1e596a73f;p=thirdparty%2FPython%2Fcpython.git Added realclean and distclean targets to match ../Makefile. --- diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile index e193bc92bc88..69350060f516 100644 --- a/Doc/paper-letter/Makefile +++ b/Doc/paper-letter/Makefile @@ -138,3 +138,6 @@ clean: clobber: clean rm -f $(DVIFILES) $(PSFILES) $(PDFFILES) + +realclean: clobber +distclean: clobber