File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1863,7 +1863,7 @@ altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@
1863
1863
$(DSYMUTIL_PATH) $(DESTDIR)$(PYTHONFRAMEWORKPREFIX)/$(INSTSONAME); \
1864
1864
fi \
1865
1865
fi
1866
-
1866
+
1867
1867
1868
1868
bininstall: altbininstall
1869
1869
if test ! -d $(DESTDIR)$(LIBPC); then \
@@ -2432,8 +2432,7 @@ rmtestturds:
2432
2432
-rm -f gb-18030-2000.xml
2433
2433
2434
2434
docclean:
2435
- -rm -rf Doc/build
2436
- -rm -rf Doc/tools/sphinx Doc/tools/pygments Doc/tools/docutils
2435
+ $(MAKE) -C Doc clean
2437
2436
2438
2437
# like the 'clean' target but retain the profile guided optimization (PGO)
2439
2438
# data. The PGO data is only valid if source code remains unchanged.
@@ -2485,7 +2484,7 @@ clobber: clean
2485
2484
# Make things extra clean, before making a distribution:
2486
2485
# remove all generated files, even Makefile[.pre]
2487
2486
# Keep configure and Python-ast.[ch], it's possible they can't be generated
2488
- distclean: clobber
2487
+ distclean: clobber docclean
2489
2488
for file in $(srcdir)/Lib/test/data/* ; do \
2490
2489
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
2491
2490
done
You can’t perform that action at this time.
0 commit comments