Skip to content

Commit

Permalink
Add the clean, clobber targets here for this directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed May 11, 1998
1 parent a4c640e commit 8981fdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/info/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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]*

0 comments on commit 8981fdf

Please sign in to comment.