summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6baf992)
raw | patch | inline | side by side (parent: 6baf992)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Jun 2014 09:59:22 +0000 (11:59 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Jun 2014 09:59:22 +0000 (11:59 +0200) |
doc/Makefile.am | patch | blob | history |
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bdbdf91246b7b8d1076f986f02420d06b498e56f..e1438f693081f24ac10fb84878cb81f542f79822 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@XMLTO@ man $<
.1.txt.1.html:
- @ASCIIDOC@ $(ADOC_FLAGS) -b xhtml11 -d manpage $<
+ @ASCIIDOC@ $(ADOC_FLAGS) -b html5 -d manpage $<
.5.txt.5.html:
- @ASCIIDOC@ $(ADOC_FLAGS) -b xhtml11 -d manpage $<
+ @ASCIIDOC@ $(ADOC_FLAGS) -b html5 -d manpage $<
.7.txt.7.html:
- @ASCIIDOC@ $(ADOC_FLAGS) -b xhtml11 -d manpage $<
+ @ASCIIDOC@ $(ADOC_FLAGS) -b html5 -d manpage $<