diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-27 18:13:15 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-27 18:13:15 -0500 |
commit | 42424864990b9af518ce08e89eaa687fc9d4de84 (patch) | |
tree | 4c3ba9e4ab533d5ed390f31681d415a369fa765f /Makefile.am | |
parent | 6ca3008c02a8951bb0d8a586d79cec4c9c0e8791 (diff) |
doc: html: Use dthompson.us stylesheet to make manual more attractive.
* Makefile.am (AM_MAKEINFOHTMLFLAGS): New variable.
* doc/manual.css: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0c5e182..5dfbbb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,9 @@ chickadee_TEXINFOS = \ doc/api.texi \ doc/chickadee.texi +AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \ + --css-include=doc/manual.css + dvi: # Don't build dvi docs publish: distcheck |