Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90fc0a7

Browse files
committed
Be sure "make" understands the "doc" target is phony.
1 parent eb354b3 commit 90fc0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ VERSION=1.5
6161

6262
# These must be declared phony since there
6363
# are directories with matching names:
64-
.PHONY: api ext lib mac ref tut
64+
.PHONY: api doc ext lib mac ref tut
6565
.PHONY: html info
6666

6767

0 commit comments

Comments
 (0)