branch: elpa/casual
commit eab70ee13be2ae52f7f711b4c0ecf3a04e16d760
Merge: f5c72043bd a06b6535e3
Author: Charles Choi <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #277 from kickingvegas/cc/fix-appearance-mode
    
    Fix appearance mode change in HTML
---
 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                           \

Reply via email to