mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #8450 from tk0miya/8437_safety_make_clean
Fix #8437: Do `make clean` in more safe way
This commit is contained in:
commit
13a986b299
1
CHANGES
1
CHANGES
@ -49,6 +49,7 @@ Bugs fixed
|
||||
based uninitalized variables
|
||||
* #8419: html search: Do not load ``language_data.js`` in non-search pages
|
||||
* #8454: graphviz: The layout option for graph and digraph directives don't work
|
||||
* #8437: Makefile: ``make clean`` with empty BUILDDIR is dangerous
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
@ -49,7 +49,7 @@ help:
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
||||
rm -rf $(BUILDDIR)
|
||||
|
||||
.PHONY: latexpdf
|
||||
latexpdf:
|
||||
|
Loading…
Reference in New Issue
Block a user