From: Michal Vaner Date: Fri, 31 Oct 2008 13:57:01 +0000 (+0100) Subject: Doc system: Allow building in default target X-Git-Tag: holmes-import~223 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ca1e06ed14e04fe2bcff4dca15cdea1e65a5ab65;p=libucw.git Doc system: Allow building in default target If CONFIG_DOC is turned on, documentation is build with everything else, in default target. --- diff --git a/free/libs/Makefile b/free/libs/Makefile index afd3d6f0..5690e9cd 100644 --- a/free/libs/Makefile +++ b/free/libs/Makefile @@ -49,6 +49,11 @@ endif endif +# Build documentation by default? +ifdef CONFIG_DOC +all: docs +endif + libs: $(LIBUCW) $(LIBSH) $(LIBIMAGES) $(LIBCHARSET) $(LIBLANG) # And finally the default rules of the build system