X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2FMakebottom;h=b66959624576f20acfe86252a0e1c39d8c9beb67;hb=c92d905d8d337d51275c5dee07b5b0500a44d1d9;hp=585204dcbaf10fcbc54d48f77ba5112bb528f085;hpb=d43eb24297871844e84a6854c6ecb7b9c8ab806e;p=libucw.git diff --git a/build/Makebottom b/build/Makebottom index 585204dc..b6695962 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -211,9 +211,8 @@ $(o)/%.html: $(o)/%.txt $(BUILDSYS)/asciidoc.conf $(BUILDSYS)/asciidoc-xhtml.con $(Q)$(call symlink,$@,run/$(DOCDIR)/$(DOC_MODULE)) $(MANPAGES): $(o)/%.1: $(s)/%.txt - $(M)"MANPAGE $<" - $(Q)a2x -d manpage -f manpage $< - $(Q)mv $(patsubst %.txt, %.1, $<) $(dir $@) + $(M)"DOC-MANPAGE $<" + $(Q)a2x -d manpage -f manpage -D $(dir $@) $< # In reality, we do not depend on the .txt files, but on the corresponding .deflist's. # However, the Makefile language cannot express that doc-extract generates both .txt