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:
Detlef Riekenberg 2022-04-01 21:26:55 +02:00
parent 4a03f1fb20
commit e2e5377e7b

View file

@ -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)