From dfc1e36c0e6c4486fcb2db6bdafe4046de594e5e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 28 Oct 2015 07:43:30 +0900 Subject: Adjust asciidoc invocation to build latest manual We shouldn't need to set the stylesdir - instead doing so makes us not find the toc.css file. Signed-off-by: Dirk Hohndel --- Documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 3df677723..a5f452f5c 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -31,8 +31,8 @@ $(OUT)%.pdf: %.txt $(OUT)%.html: %.txt @echo "if asciidoc isn't found the html file included in the sources is copied" - $(ASCIIDOC) -a toc -a toclevels=3 -a themedir=$(PWD) -a theme=$(THEME) -a stylesdir=$(PWD) \ - -o $@ $< || cp $(<:%.txt=%.html.git) $@ + $(ASCIIDOC) -a toc -a toclevels=3 -a themedir=$(PWD) -a theme=$(THEME) -o $@ $< || \ + cp $(<:%.txt=%.html.git) $@ # Alternatively:: $(OUT)$(DOCNAME).xhtml: $(DOCSOURCE) -- cgit v1.2.3-70-g09d2