Commit 8981fdf1 authored by Fred Drake's avatar Fred Drake

Add the clean, clobber targets here for this directory.

parent a4c640e1
......@@ -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]*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment