branch: elpa/casual
commit a06b6535e3733f7a1c8fbff423eac933489b6d7d
Author: Charles Choi <[email protected]>
Commit: Charles Choi <[email protected]>
Fix appearance mode change in HTML
- Invoke makeinfo with --init= flag.
---
docs/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/Makefile b/docs/Makefile
index 94002fa55f..40052922ff 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -22,6 +22,7 @@ html:
.PHONY: gen-html
gen-html: html html/images html/main.css sync-images
makeinfo \
+ --init=texi2any-config.pm \
--html \
--css-ref=main.css \
--output=html \