From 88247613d29d229533833af9ee071e095ec0b97e Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 5 Feb 2014 22:36:43 +0100 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 $@ -- 2.39.5