mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-04-28 19:34:44 +02:00
Improve Makefile.am
This commit is contained in:
parent
8eb1ac75d8
commit
4ac80d0424
@ -77,9 +77,11 @@ endif
|
|||||||
ORG_FILES = \
|
ORG_FILES = \
|
||||||
src/templates_front/templator_front.org \
|
src/templates_front/templator_front.org \
|
||||||
src/templates_text/templator_text.org \
|
src/templates_text/templator_text.org \
|
||||||
src/templates_hdf5/templator_hdf5.org \
|
|
||||||
trex.org
|
trex.org
|
||||||
|
|
||||||
|
if HAVE_HDF5
|
||||||
|
ORG_FILES += src/templates_hdf5/templator_hdf5.org
|
||||||
|
endif
|
||||||
|
|
||||||
src_libtrexio_la_SOURCES = $(trexio_h) $(SOURCES)
|
src_libtrexio_la_SOURCES = $(trexio_h) $(SOURCES)
|
||||||
|
|
||||||
@ -160,11 +162,13 @@ EXTRA_DIST += $(trexio_scm)
|
|||||||
|
|
||||||
HTML_TANGLED = docs/index.html \
|
HTML_TANGLED = docs/index.html \
|
||||||
docs/examples.html \
|
docs/examples.html \
|
||||||
docs/templator_hdf5.html \
|
|
||||||
docs/trex.html \
|
docs/trex.html \
|
||||||
docs/README.html \
|
docs/README.html \
|
||||||
docs/templator_front.html \
|
docs/templator_front.html \
|
||||||
docs/templator_text.html
|
docs/templator_text.html
|
||||||
|
if HAVE_HDF5
|
||||||
|
HTML_TANGLED += docs/templator_hdf5.html
|
||||||
|
endif
|
||||||
|
|
||||||
htmldir = $(docdir)
|
htmldir = $(docdir)
|
||||||
# This $(htmlizer) file and the corresponding target rule allow to avoid circular dependency,
|
# This $(htmlizer) file and the corresponding target rule allow to avoid circular dependency,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user