1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-17 16:33:59 +02:00

HTML Export file name

This commit is contained in:
Anthony Scemama 2020-10-26 19:44:21 +01:00
parent 1a16defe35
commit 2cc816766f
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ test: Makefile.generated
$(MAKE) -f Makefile.generated test
doc:$(ORG_SOURCE_FILES)
./create_doc.sh $(ORG_SOURCE_FILES)
./create_doc.sh README.org $(ORG_SOURCE_FILES)
clean:
rm -f qmckl.h test_qmckl_* test_qmckl.c qmckl_*.f90 qmckl_*.c qmckl_*.o qmckl_*.h Makefile.generated libqmckl.so *.html *.fh

View File

@ -1,4 +1,5 @@
#+TITLE: QMCkl source code documentation
#+EXPORT_FILE_NAME: index.html
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>