]> git.cameronkatri.com Git - cgit.git/commit
Makefile: drive asciidoc directly for HTML output
authorJohn Keeping <john@keeping.me.uk>
Sat, 16 Jun 2018 12:11:09 +0000 (13:11 +0100)
committerJohn Keeping <john@keeping.me.uk>
Sat, 16 Jun 2018 13:06:03 +0000 (14:06 +0100)
commit48f175083ae9ee03aa5ed7cddfbf74edf6d75774
tree700136d8739def1eed90bc69d768e8aa2ec4a641
parent33414d7869aa55aaccd45cdb82268d454cb79863
Makefile: drive asciidoc directly for HTML output

This is mostly taken from Git's doc/Makefile, although simplified for
our use.  The output now uses Asciidoc's default CSS which I think looks
a bit nicer than the Docbook formatting; as a result of this we no
longer need our custom .css file.

A side effect of this change is that temporary files generated from the
HTML output no longer conflict with the manpage output format (because
any temporary HTML output files use names derived from the output
filename which includes .html).

Signed-off-by: John Keeping <john@keeping.me.uk>
Makefile
cgit-doc.css [deleted file]