summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-06-09 18:37:48 +0000
committerDavid Robillard <d@drobilla.net>2008-06-09 18:37:48 +0000
commit098a45f62eb40763d8e84fb04b1d4feca910f30b (patch)
treee7469d3b2c3ab87970e66c04724701177ac986c7 /doc
parent7dc27891fb8ea417a309ee0af63df84827558fcf (diff)
downloadlilv-098a45f62eb40763d8e84fb04b1d4feca910f30b.tar.gz
lilv-098a45f62eb40763d8e84fb04b1d4feca910f30b.tar.bz2
lilv-098a45f62eb40763d8e84fb04b1d4feca910f30b.zip
Fix building w/o doxygen maybe for real this time.
git-svn-id: http://svn.drobilla.net/lad/slv2@1252 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fdb1ef9..74a7c4b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,14 +7,16 @@ dist_man_MANS = \
man/man3/slv2_world.3
if HAVE_DOXYGEN
- man_MANS = $(dist_man_MANS)
+man_MANS = $(dist_man_MANS)
+all: docs
else
- man_mans =
+man_mans =
+all:
endif
EXTRA_DIST = mainpage.dox reference.doxygen.in $(man_MANS)
-all: docs
+
%.3:
make docs