1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 00:43:51 +02:00

Fixing doc generation

This commit is contained in:
Anthony Scemama 2021-03-06 19:40:01 +01:00
parent f26785b829
commit 0f15844bf3

View File

@ -29,6 +29,7 @@ cd $TMPDIR
# Create documentation # Create documentation
emacs --batch \ emacs --batch \
--load ${QMCKL_ROOT}/docs/htmlize.el \ --load ${QMCKL_ROOT}/docs/htmlize.el \
--load ${QMCKL_ROOT}/docs/config.el \
--load ${QMCKL_ROOT}/tools/init.el \ --load ${QMCKL_ROOT}/tools/init.el \
$INPUT -f org-html-export-to-html $INPUT -f org-html-export-to-html