Makefile: Add a doc target.
"make help" already documents a "doc" target, but it was not present. Signed-off-by: Detlef Riekenberg <wine.dev@web.de>
This commit is contained in:
parent
4a03f1fb20
commit
e2e5377e7b
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -404,6 +404,10 @@ tags : ; ctags $(TAGFILES)
|
|||
# cannot have both tags and TAGS on windows
|
||||
ETAGS : ; etags $(TAGFILES)
|
||||
|
||||
# documentation
|
||||
doc: tcc-doc.html tcc-doc.info tcc.1
|
||||
|
||||
|
||||
# create release tarball from *current* git branch (including tcc-doc.html
|
||||
# and converting two files to CRLF)
|
||||
TCC-VERSION = tcc-$(VERSION)
|
||||
|
|
Loading…
Reference in a new issue