X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=free%2Flibs%2FMakefile;h=585445652ec60906c3503fa890da08e26900220a;hb=ff63510605a8dfc41efb908015364152fa676d9b;hp=afd3d6f09391f297d65f1af73c56a4a424caa344;hpb=e938d9e3bf5c98b502178ee26d81a410890fb725;p=libucw.git diff --git a/free/libs/Makefile b/free/libs/Makefile index afd3d6f0..58544565 100644 --- a/free/libs/Makefile +++ b/free/libs/Makefile @@ -13,6 +13,9 @@ obj/config.mk: # We will use the libucw build system include $(s)/build/Maketop +# Install the build system +include $(s)/build/Makefile + # The UCW library include $(s)/ucw/Makefile @@ -26,7 +29,7 @@ CONFIGS+=$(FREE_CONFIGS) INSTALL_TARGETS+=install-configs install-configs: install -d -m 755 $(DESTDIR)$(INSTALL_CONFIG_DIR) - install -m 644 $(addprefix run/cf/,$(FREE_CONFIGS)) $(DESTDIR)$(INSTALL_CONFIG_DIR) + install -m 644 $(addprefix run/$(CONFIG_DIR)/,$(FREE_CONFIGS)) $(DESTDIR)$(INSTALL_CONFIG_DIR) # Set up names of common libraries (to avoid forward references in rules) LIBCHARSET=$(o)/charset/libcharset.pc @@ -49,6 +52,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