X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2FMakefile;h=5690e9cd72d05094cab0b35a62ce7ec50ac26acc;hb=ca1e06ed14e04fe2bcff4dca15cdea1e65a5ab65;hp=afd3d6f09391f297d65f1af73c56a4a424caa344;hpb=ef73af52664b2b0db6922d3258c7a515a26a600c;p=libucw.git 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