fancify HTML output using the website style

master
Mike Swanson 2019-10-11 11:10:13 -07:00
parent d195875f2d
commit c42cbd218d
2 changed files with 277 additions and 1 deletions

275
.adoc-layout.conf Normal file

File diff suppressed because one or more lines are too long

View File

@ -3,6 +3,7 @@
VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.12.0)
WADS=wads
ASCIIDOC=asciidoc
ADOCOPTS=--backend=html5 --conf-file=.adoc-layout.conf
ASCIIDOC_MAN=a2x -f manpage
CPP=scripts/simplecpp
DEUTEX=deutex
@ -75,7 +76,7 @@ $(FREEDOOM2): wadinfo_phase2.txt subdirs
$(DEUTEX) $(DEUTEX_ARGS) -iwad -build wadinfo_phase2.txt $@
%.html: %.adoc
TZ=UTC $(ASCIIDOC) $<
$(ASCIIDOC) $(ADOCOPTS) $<
manual/freedoom-manual.pdf: manual/manual.adoc
$(MAKE) -C manual