Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c640e commit 8981fdfCopy full SHA for 8981fdf
1 file changed
Doc/info/Makefile
@@ -30,3 +30,9 @@ python-lib.texi: lib1.texi ../tools/fix.el
30
python-lib.info: python-lib.texi
31
$(MAKEINFO) --footnote-style end --fill-column 72 \
32
--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