1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-18 03:11:44 +02:00

Working on documentation

This commit is contained in:
Anthony Scemama 2021-05-11 17:03:13 +02:00
parent ee9e3c5b55
commit 0ee57d06e0
3 changed files with 3 additions and 7 deletions

View File

@ -55,6 +55,7 @@ fortrandir = $(datadir)/$(PACKAGE_NAME)/fortran/
fortran_DATA = $(qmckl_f)
AM_CPPFLAGS = -I$(srcdir)/src -I$(srcdir)/include
EXTRA_DIST = share/doc/qmckl/
lib_LTLIBRARIES = src/libqmckl.la
src_libqmckl_la_SOURCES = $(qmckl_h) $(src_qmckl_f) $(C_FILES) $(F_FILES) $(H_PRIVATE_FUNC_FILES) $(H_PRIVATE_TYPE_FILES)

1
munit

@ -1 +0,0 @@
Subproject commit fbbdf1467eb0d04a6ee465def2e529e4c87f2118

View File

@ -3,11 +3,7 @@
set -e
if [[ -z ${srcdir} ]] ; then
echo "Error: srcdir environment variable is not defined"
exit 1
fi
srcdir=$PWD
readonly DOCS=${srcdir}/share/doc/qmckl/
readonly ORG=${srcdir}/org/
@ -95,7 +91,7 @@ function main() {
install_htmlize || exit 2
# Create documentation
cd ${SRC} \
cd ${ORG} \
|| exit 3
for i in *.org