From: Fred Drake Date: Mon, 11 May 1998 19:54:57 +0000 (+0000) Subject: Add the clean, clobber targets here for this directory. X-Git-Tag: v1.5.2a1~669 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8981fdf16ee1440579e155fdd11e49b64d44d743;p=thirdparty%2FPython%2Fcpython.git Add the clean, clobber targets here for this directory. --- diff --git a/Doc/info/Makefile b/Doc/info/Makefile index 18da7d4ebdf7..dcad793d7b97 100644 --- a/Doc/info/Makefile +++ b/Doc/info/Makefile @@ -30,3 +30,9 @@ python-lib.texi: lib1.texi ../tools/fix.el python-lib.info: python-lib.texi $(MAKEINFO) --footnote-style end --fill-column 72 \ --paragraph-indent 0 $< + +clean: + rm -f *~ *.texi + +clobber: clean + rm -f *.texi python-???.info python-???.info-[0-9]*