mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-25 06:14:19 +08:00
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
4
Makefile
4
Makefile
@ -404,6 +404,10 @@ tags : ; ctags $(TAGFILES)
|
|||||||
# cannot have both tags and TAGS on windows
|
# cannot have both tags and TAGS on windows
|
||||||
ETAGS : ; etags $(TAGFILES)
|
ETAGS : ; etags $(TAGFILES)
|
||||||
|
|
||||||
|
# documentation
|
||||||
|
doc: tcc-doc.html tcc-doc.info tcc.1
|
||||||
|
|
||||||
|
|
||||||
# create release tarball from *current* git branch (including tcc-doc.html
|
# create release tarball from *current* git branch (including tcc-doc.html
|
||||||
# and converting two files to CRLF)
|
# and converting two files to CRLF)
|
||||||
TCC-VERSION = tcc-$(VERSION)
|
TCC-VERSION = tcc-$(VERSION)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user