]> mj.ucw.cz Git - libucw.git/blobdiff - build/Makebottom
Merge branch 'dev-table'
[libucw.git] / build / Makebottom
index f2cd2c184302ecb822cda26e301ccdb152b82af8..585204dcbaf10fcbc54d48f77ba5112bb528f085 100644 (file)
@@ -18,7 +18,7 @@ programs: $(PROGS)
 datafiles: $(DATAFILES)
 tests: $(TESTS)
 configs: $(addprefix run/$(CONFIG_DIR)/,$(CONFIGS))
-docs: runtree $(DOCS) $(DOC_INDICES) $(UCW_MANPAGES)
+docs: runtree $(DOCS) $(DOC_INDICES) $(MANPAGES)
 
 tags:
        etags `find . -name "*.[ch]"`
@@ -210,7 +210,7 @@ $(o)/%.html: $(o)/%.txt $(BUILDSYS)/asciidoc.conf $(BUILDSYS)/asciidoc-xhtml.con
        $(Q)asciidoc -e -f $(BUILDSYS)/asciidoc.conf -f $(BUILDSYS)/asciidoc-xhtml.conf -f $(HOST_PREFIX)/etc/asciidoc/asciidoc.conf -f $(HOST_PREFIX)/etc/asciidoc/xhtml11.conf $<
        $(Q)$(call symlink,$@,run/$(DOCDIR)/$(DOC_MODULE))
 
-$(o)/%.1: $(s)/%.txt
+$(MANPAGES): $(o)/%.1: $(s)/%.txt
        $(M)"MANPAGE $<"
        $(Q)a2x -d manpage -f manpage $<
        $(Q)mv $(patsubst %.txt, %.1, $<) $(dir $@)