diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-06-02 20:48:58 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-06-02 20:48:58 -0400 |
commit | 68d46fe41f6b40981338292fb414f1851a1f5542 (patch) | |
tree | 73cb893aff05a5119ade49bc7dece0dd1d1d94fa /Makefile.am | |
parent | 10a86a5ad98418141bbfed68d84b116e6a8ac29a (diff) |
doc: Use pretty CSS for HTML version.
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 fb93a68..a3439f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,9 @@ doc_guile_sdl2_TEXINFOS = \ doc/api.texi \ doc/guile-sdl2.texi +AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \ + --css-include=doc/manual.css + dvi: # Don't build dvi docs EXTRA_DIST += \ |