From e2e5377e7b68d57def00acda17ffcfca6dce8b84 Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Fri, 1 Apr 2022 21:26:55 +0200 Subject: [PATCH] Makefile: Add a doc target. "make help" already documents a "doc" target, but it was not present. Signed-off-by: Detlef Riekenberg --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9216b0d2..080a03a5 100644 --- a/Makefile +++ b/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)