commit | 8981fdf16ee1440579e155fdd11e49b64d44d743 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon May 11 19:54:57 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon May 11 19:54:57 1998 +0000 |
tree | cb6d7d7259754e42b4c1e12a2eeb0e8b87417a4a | |
parent | a4c640e1426d87e8a00aad874d4302161bc32afa [diff] [blame] |
Add the clean, clobber targets here for this directory.
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.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]*