diff options
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 |