0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:37:51 +00:00

mk/default.mk: Use Emacs manual css for Org online manual

Thanks to TEC <tecosaur@gmail.com> who suggested this.
This commit is contained in:
Bastien 2021-03-24 09:06:09 +01:00
parent 2e1c984153
commit c5538d58c4

View file

@ -139,7 +139,7 @@ MKDIR = install -m 755 -d
MAKEINFO = makeinfo MAKEINFO = makeinfo
# How to create the HTML file # 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 # How to find files
FIND = find FIND = find