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 95fb569 commit 8188e63Copy full SHA for 8188e63
1 file changed
Makefile.pre.in
@@ -1031,13 +1031,17 @@ rmtestturds:
1031
-rm -f *.txt
1032
-rm -f gb-18030-2000.xml
1033
1034
+docclean:
1035
+ -rm -rf Doc/build
1036
+ -rm -rf Doc/tools/sphinx Doc/tools/pygments Doc/tools/docutils
1037
+
1038
clean: pycremoval
1039
find . -name '*.o' -exec rm -f {} ';'
1040
find . -name '*.s[ol]' -exec rm -f {} ';'
1041
find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
1042
find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true
1043
-clobber: clean rmtestturds
1044
+clobber: clean rmtestturds docclean
1045
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
1046
tags TAGS \
1047
config.cache config.log pyconfig.h Modules/config.c
0 commit comments