X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2FMakebottom;h=3ba1a395c0e1deaff77ffb5e631c2d103dcf35a4;hb=86b74f27a95b617008575a9088e4c675e9f956d6;hp=bbb62b11dd0afeeffb3aae6ffca2782d58caa776;hpb=9e297bec45613b4b20d5935ba10709d5dacc625b;p=libucw.git diff --git a/build/Makebottom b/build/Makebottom index bbb62b11..3ba1a395 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -3,6 +3,8 @@ # The run tree +DOCDIR=doc + runtree: run/.tree-stamp $(addsuffix /.dir-stamp,$(addprefix $(o)/,$(DIRS)) $(addprefix run/$(DOCDIR)/,$(DOC_MODULES))) run/.tree-stamp: $(o)/config.mk @@ -194,9 +196,6 @@ $(DATAFILES): $(o)/%: $(s)/% # Rules for documentation - -DOCDIR=doc - $(o)/%.html: $(o)/%.txt $(s)/build/asciidoc.conf $(s)/build/asciidoc-xhtml.conf run/$(DOCDIR)/$(DOC_MODULE)/.dir-stamp $(M)"DOC-HTML $<" $(Q)asciidoc -e -f $(s)/build/asciidoc.conf -f $(s)/build/asciidoc-xhtml.conf -f /etc/asciidoc/asciidoc.conf -f /etc/asciidoc/xhtml11.conf $< @@ -224,4 +223,4 @@ default-install: # when searching for implicit rules and thence targets considered intermediate. .SECONDARY: -.PHONY: all clean distclean runtree programs api datafiles force tags configs dust install default-install +.PHONY: all clean distclean runtree programs api datafiles force tags configs dust install default-install docs