branch: externals/org
commit c5538d58c48ff54cf303d64d5bf9d79ff5a834b4
Author: Bastien <[email protected]>
Commit: Bastien <[email protected]>

    mk/default.mk: Use Emacs manual css for Org online manual
    
    Thanks to TEC <[email protected]> who suggested this.
---
 mk/default.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/default.mk b/mk/default.mk
index fbfdaf5..e92d58c 100644
--- a/mk/default.mk
+++ b/mk/default.mk
@@ -139,7 +139,7 @@ MKDIR       = install -m 755 -d
 MAKEINFO = makeinfo
 
 # How to create the HTML file
-TEXI2HTML = makeinfo --html --number-sections
+TEXI2HTML = makeinfo --html --number-sections --css-ref 
"https://www.gnu.org/software/emacs/manual.css";
 
 # How to find files
 FIND   = find

Reply via email to