[go: up one dir, main page]

Menu

[1d06a9]: / Makefile.am  Maximize  Restore  History

Download this file

13 lines (11 with data), 371 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
SUBDIRS = src man etc doc tests
# Unfortunately doxygen.conf.in is installed too (it should be only distributed)
# I was not able to fix it!
dist_doc_DATA = README doxygen.conf.in
nodist_doc_DATA = doxygen.conf
CLEANFILES = doxygen.conf
doxygen.conf: doxygen.conf.in
sed \
-e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
-e 's|@HAVE_DOT[@]|$(HAVE_DOT)|g' \
$< >$@