mirror of https://gitlab.com/pamhyr/pamhyr2
doc: Fix htmlize into html build.
parent
2bb783b5d4
commit
d461cb8001
|
|
@ -12,6 +12,9 @@ echo " HTML documentation.org"
|
|||
emacs -Q -q -nw --batch \
|
||||
--eval "(require 'org)" \
|
||||
--eval "(require 'ox-latex)" \
|
||||
--eval "(require 'ox-html)" \
|
||||
--eval "(package-initialize)" \
|
||||
--eval "(require 'htmlize)" \
|
||||
--eval "(load-file \"../tools/setup.el\")" \
|
||||
--file ./documentation.org \
|
||||
-f org-html-export-to-html
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ echo " HTML documentation.org"
|
|||
emacs -Q -q -nw --batch \
|
||||
--eval "(require 'org)" \
|
||||
--eval "(require 'ox-latex)" \
|
||||
--eval "(require 'ox-html)" \
|
||||
--eval "(package-initialize)" \
|
||||
--eval "(require 'htmlize)" \
|
||||
--eval "(load-file \"../tools/setup.el\")" \
|
||||
--file ./documentation.org \
|
||||
-f org-html-export-to-html
|
||||
|
|
|
|||
Loading…
Reference in New Issue