diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-26 18:33:28 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-10-26 18:33:34 +0200 |
commit | 0a48ad9f4a9382627f270065c6f756351474b7a8 (patch) | |
tree | f08e8573130fe11da05969e5c17fa2c12e94ad8a /docs/Makefile | |
parent | 165d20eebc587f21f0409850b8e522c7a25979e3 (diff) | |
download | app.sh-0a48ad9f4a9382627f270065c6f756351474b7a8.tar.gz app.sh-0a48ad9f4a9382627f270065c6f756351474b7a8.tar.bz2 app.sh-0a48ad9f4a9382627f270065c6f756351474b7a8.tar.xz app.sh-0a48ad9f4a9382627f270065c6f756351474b7a8.zip |
o Better links in HTML docs.
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index 8b8cf8b..2a62f18 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,11 +5,11 @@ all: $(HTML) $(MAN) %.html: %.txt @echo asciidoc $< - @asciidoc -a data-uri -a icons -a toc -a max-width=55em $< + @asciidoc -f asciidoc.conf --backend=html5 $< %.1: %.txt @echo a2x $< - @a2x --doctype manpage --format manpage $< + @a2x --format manpage $< clean: rm -rf $(wildcard *.html) $(wildcard *.1) |