From: Greg King Date: Wed, 24 May 2017 22:49:02 +0000 (-0400) Subject: Added "html" and "info" goals to the top-level Makefile. X-Git-Tag: V2.17~134 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e31133c804ebb50ea89198445aec93d85584a7f8;p=cc65 Added "html" and "info" goals to the top-level Makefile. They are for people who don't want to build both types of documents at the same time. --- diff --git a/Makefile b/Makefile index 808689c82..206f853fc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all mostlyclean clean install zip avail unavail bin lib doc samples +.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples .SUFFIXES: @@ -14,7 +14,7 @@ avail unavail bin: lib: @$(MAKE) -C libsrc --no-print-directory $@ -doc: +doc html info: @$(MAKE) -C doc --no-print-directory $@ samples: