diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-11 19:54:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-11 19:54:57 (GMT) |
commit | 8981fdf16ee1440579e155fdd11e49b64d44d743 (patch) | |
tree | cb6d7d7259754e42b4c1e12a2eeb0e8b87417a4a /Doc/info | |
parent | a4c640e1426d87e8a00aad874d4302161bc32afa (diff) | |
download | cpython-8981fdf16ee1440579e155fdd11e49b64d44d743.zip cpython-8981fdf16ee1440579e155fdd11e49b64d44d743.tar.gz cpython-8981fdf16ee1440579e155fdd11e49b64d44d743.tar.bz2 |
Add the clean, clobber targets here for this directory.
Diffstat (limited to 'Doc/info')
-rw-r--r-- | Doc/info/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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]* |