mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Be sure "make" understands the "doc" target is phony.
This commit is contained in:
parent
eb354b31e5
commit
90fc0a71a5
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ VERSION=1.5
|
|||
|
||||
# These must be declared phony since there
|
||||
# are directories with matching names:
|
||||
.PHONY: api ext lib mac ref tut
|
||||
.PHONY: api doc ext lib mac ref tut
|
||||
.PHONY: html info
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue