From ba3eee25d3878cbf38a94abd6f06c7411700e363 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 7 Sep 2008 17:17:15 +0200 Subject: [PATCH] Doc. system: build rules for indeces and deflists --- build/Makebottom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Makebottom b/build/Makebottom index 31046591..38e84bce 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -16,7 +16,7 @@ programs: $(PROGS) datafiles: $(DATAFILES) tests: $(TESTS) configs: $(addprefix run/$(CONFIG_DIR)/,$(CONFIGS)) -docs: runtree $(DOCS) $(DOC_INDEXES) +docs: runtree $(DOCS) $(DOC_INDECES) tags: etags `find . -name "*.[ch]"` @@ -197,7 +197,7 @@ $(o)/%.html: $(o)/%.txt $(M)"AD $< -> $@" $(Q)asciidoc -e -f $(s)/build/asciidoc.conf -f $(s)/build/asciidoc-xhtml.conf -f /etc/asciidoc/asciidoc.conf -f /etc/asciidoc/xhtml11.conf $< -$(patsubst %.html,%.txt,$(DOC_INDEXES)): $(o)/%.txt: +$(patsubst %.html,%.txt,$(DOC_INDECES)): $(o)/%.txt: $(M)"DD -> $@" $(Q)echo $@: $(DOC_HEAD) $(DOC_LIST) >> $(o)/depend.new $(Q)$(s)/build/def-doc.pl $(DOC_HEAD) $@ $(DOC_LIST) -- 2.39.2