From ca1e06ed14e04fe2bcff4dca15cdea1e65a5ab65 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 31 Oct 2008 14:57:01 +0100 Subject: [PATCH] Doc system: Allow building in default target If CONFIG_DOC is turned on, documentation is build with everything else, in default target. --- free/libs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3