diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d4b2a78..e1b6765 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,11 @@ AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)" info_TEXINFOS = doc/haunt.texi doc_haunt_TEXINFOS = doc/fdl-1.3.texi + +AM_MAKEINFOHTMLFLAGS = \ + --css-ref=https://dthompson.us/css/dthompson.css \ + --css-include=doc/manual.css + dvi: # Don't build dvi docs EXTRA_DIST += \ |