From 8981fdf16ee1440579e155fdd11e49b64d44d743 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 11 May 1998 19:54:57 +0000 Subject: Add the clean, clobber targets here for this directory. --- Doc/info/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/info/Makefile b/Doc/info/Makefile index 18da7d4..dcad793 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]* -- cgit v0.12