File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1897,8 +1897,7 @@ rmtestturds:
1897
1897
-rm -f gb-18030-2000.xml
1898
1898
1899
1899
docclean:
1900
- -rm -rf Doc/build
1901
- -rm -rf Doc/tools/sphinx Doc/tools/pygments Doc/tools/docutils
1900
+ $(MAKE) -C Doc clean
1902
1901
1903
1902
# like the 'clean' target but retain the profile guided optimization (PGO)
1904
1903
# data. The PGO data is only valid if source code remains unchanged.
@@ -1942,7 +1941,7 @@ clobber: clean
1942
1941
# Make things extra clean, before making a distribution:
1943
1942
# remove all generated files, even Makefile[.pre]
1944
1943
# Keep configure and Python-ast.[ch], it's possible they can't be generated
1945
- distclean: clobber
1944
+ distclean: clobber docclean
1946
1945
for file in $(srcdir)/Lib/test/data/* ; do \
1947
1946
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
1948
1947
done
You can’t perform that action at this time.
0 commit comments