From 42424864990b9af518ce08e89eaa687fc9d4de84 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 27 Jan 2017 18:13:15 -0500 Subject: doc: html: Use dthompson.us stylesheet to make manual more attractive. * Makefile.am (AM_MAKEINFOHTMLFLAGS): New variable. * doc/manual.css: New file. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3