Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8981fdf

Browse files
committed
Add the clean, clobber targets here for this directory.
1 parent a4c640e commit 8981fdf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/info/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ python-lib.texi: lib1.texi ../tools/fix.el
3030
python-lib.info: python-lib.texi
3131
$(MAKEINFO) --footnote-style end --fill-column 72 \
3232
--paragraph-indent 0 $<
33+
34+
clean:
35+
rm -f *~ *.texi
36+
37+
clobber: clean
38+
rm -f *.texi python-???.info python-???.info-[0-9]*

0 commit comments

Comments
 (0)