Browse Source

Fix #731

pull/732/head
Max Lv 8 years ago
parent
commit
1e649ea5d6
2 changed files with 2 additions and 2 deletions
  1. 2
      doc/Makefile.am
  2. 2
      doc/Makefile.in

2
doc/Makefile.am

@ -55,7 +55,7 @@ html-local: $(MAN_HTML)
-aversion=$(VERSION) $(ASCIIDOC_EXTRA) -o $@ $<
%.html: %.asciidoc
$(AM_V_GEN)$(ASCIIDOC) -b html -d article -f asciidoc.conf \
$(AM_V_GEN)$(ASCIIDOC) -b html4 -d article -f asciidoc.conf \
-aversion=$(VERSION) $(ASCIIDOC_EXTRA) -o $@ $<
doc_DATA = $(MAN_HTML)

2
doc/Makefile.in

@ -620,7 +620,7 @@ html-local: $(MAN_HTML)
-aversion=$(VERSION) $(ASCIIDOC_EXTRA) -o $@ $<
%.html: %.asciidoc
$(AM_V_GEN)$(ASCIIDOC) -b html -d article -f asciidoc.conf \
$(AM_V_GEN)$(ASCIIDOC) -b html4 -d article -f asciidoc.conf \
-aversion=$(VERSION) $(ASCIIDOC_EXTRA) -o $@ $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.

Loading…
Cancel
Save