mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
No need for an empty recipe for Makefile as it has been set .PHONY
This commit is contained in:
parent
362ee9d974
commit
16e9049bb3
@ -10,9 +10,6 @@ BUILDDIR = {{ rbuilddir }}
|
|||||||
|
|
||||||
.PHONY: Makefile
|
.PHONY: Makefile
|
||||||
|
|
||||||
# Need to intercept "Makefile" from catch-all target.
|
|
||||||
Makefile: ;
|
|
||||||
|
|
||||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||||
%: Makefile
|
%: Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user