summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f99c609)
raw | patch | inline | side by side (parent: f99c609)
author | Jari Aalto <jari.aalto@cante.net> | |
Thu, 18 Oct 2007 18:35:12 +0000 (21:35 +0300) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 18 Oct 2007 19:28:37 +0000 (21:28 +0200) |
... so that under Cygwin it can be set to --unsafe, in order for
asciidoc to work.
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
asciidoc to work.
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index c8580bf93c8c8854bc4b16396cf1d88e2e812ee8..1801bb535d30b66088be7233b54af7835c214255 100644 (file)
--- a/Makefile
+++ b/Makefile
esac; done | sed 's/\[\[\(.*\)\]\]/\1/' > $@
README.html: README
- $(ASCIIDOC) -b xhtml11 -d article -a readme $<
+ $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b xhtml11 -d article -a readme $<
%.pdf : %.xml
$(DOCBOOK2PDF) $<
%.1.html : %.1.txt
- $(ASCIIDOC) -b xhtml11 -d manpage $<
+ $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b xhtml11 -d manpage $<
%.1.xml : %.1.txt
- $(ASCIIDOC) -b docbook -d manpage -aversion=$(VERSION) $<
+ $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b docbook -d manpage -aversion=$(VERSION) $<
%.1 : %.1.xml
$(XMLTO) -m manpage.xsl man $<
%.5.html : %.5.txt
- $(ASCIIDOC) -b xhtml11 -d manpage $<
+ $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b xhtml11 -d manpage $<
%.5.xml : %.5.txt
- $(ASCIIDOC) -b docbook -d manpage -aversion=$(VERSION) $<
+ $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b docbook -d manpage -aversion=$(VERSION) $<
%.5 : %.5.xml
$(XMLTO) -m manpage.xsl man $<
%.html : %.txt
- $(ASCIIDOC) -b xhtml11 -d article -n $<
+ $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b xhtml11 -d article -n $<
%.xml : %.txt
- $(ASCIIDOC) -b docbook -d article $<
+ $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b docbook -d article $<
%.html-chunked : %.xml
$(XMLTO) html -o $@ $<