Add the clean, clobber targets here for this directory.
This commit is contained in:
parent
a4c640e142
commit
8981fdf16e
|
@ -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]*
|
||||
|
|
Loading…
Reference in New Issue