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 @@ -2388,8 +2388,7 @@ rmtestturds:
2388
2388
-rm -f gb-18030-2000.xml
2389
2389
2390
2390
docclean:
2391
- -rm -rf Doc/build
2392
- -rm -rf Doc/tools/sphinx Doc/tools/pygments Doc/tools/docutils
2391
+ $(MAKE) -C Doc clean
2393
2392
2394
2393
# like the 'clean' target but retain the profile guided optimization (PGO)
2395
2394
# data. The PGO data is only valid if source code remains unchanged.
@@ -2440,7 +2439,7 @@ clobber: clean
2440
2439
# Make things extra clean, before making a distribution:
2441
2440
# remove all generated files, even Makefile[.pre]
2442
2441
# Keep configure and Python-ast.[ch], it's possible they can't be generated
2443
- distclean: clobber
2442
+ distclean: clobber docclean
2444
2443
for file in $(srcdir)/Lib/test/data/* ; do \
2445
2444
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
2446
2445
done
You can’t perform that action at this time.
0 commit comments