benchmark/Makefile.am
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Wed, 23 Jan 2008 16:26:41 +0100
changeset 60 6ec5dbed8f18
child 146 4b42aa24ce12
permissions -rw-r--r--
Reworked documentation generation and installation.
Details:
- Remove configure flag used to disable the automatic generation of the
documentation when istalling.
- Now 'make html' generates the documentation.
- Now 'make install' does not install the documentation, 'make install-html'
does that. The latter two changes follow newer automake conventions.
- This also fixes the bug that caused the documentation missing from the
tarball.
ladanyi@1
     1
EXTRA_DIST += \
ladanyi@1
     2
        benchmark/Makefile
ladanyi@1
     3
ladanyi@1
     4
if WANT_BENCHMARK
ladanyi@1
     5
ladanyi@1
     6
noinst_HEADERS +=
ladanyi@1
     7
ladanyi@1
     8
noinst_PROGRAMS +=
ladanyi@1
     9
ladanyi@1
    10
endif WANT_BENCHMARK