From: Oliver Schmidt Date: Wed, 5 Feb 2014 21:36:43 +0000 (+0100) Subject: Route standard goals to doc Makefile. X-Git-Tag: V2.15~172 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88247613d29d229533833af9ee071e095ec0b97e;p=cc65 Route standard goals to doc Makefile. - mostlyclean is empty as there are no intermedite files. - all is empty as I don't want to have if depend on linuxdoc. --- diff --git a/Makefile b/Makefile index d00136784..5db00e7ad 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ all mostlyclean clean install: @$(MAKE) -C src --no-print-directory $@ @$(MAKE) -C libsrc --no-print-directory $@ + @$(MAKE) -C doc --no-print-directory $@ avail unavail bin: @$(MAKE) -C src --no-print-directory $@