File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1031,13 +1031,17 @@ rmtestturds:
1031
1031
-rm -f *.txt
1032
1032
-rm -f gb-18030-2000.xml
1033
1033
1034
+ docclean:
1035
+ -rm -rf Doc/build
1036
+ -rm -rf Doc/tools/sphinx Doc/tools/pygments Doc/tools/docutils
1037
+
1034
1038
clean: pycremoval
1035
1039
find . -name '*.o' -exec rm -f {} ';'
1036
1040
find . -name '*.s[ol]' -exec rm -f {} ';'
1037
1041
find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
1038
1042
find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true
1039
1043
1040
- clobber: clean rmtestturds
1044
+ clobber: clean rmtestturds docclean
1041
1045
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
1042
1046
tags TAGS \
1043
1047
config.cache config.log pyconfig.h Modules/config.c
You can’t perform that action at this time.
0 commit comments