summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-28 02:02:45 +0000
committerDavid Robillard <d@drobilla.net>2007-07-28 02:02:45 +0000
commitbd6f6beb3137bb637aced8b68873513b4c7dc769 (patch)
tree832818a9b6530b43b48b9ab51c69fc11a383ea1e /doc
parent6a589a9e4980fbd924c7df343d449a7886091dda (diff)
downloadlilv-bd6f6beb3137bb637aced8b68873513b4c7dc769.tar.gz
lilv-bd6f6beb3137bb637aced8b68873513b4c7dc769.tar.bz2
lilv-bd6f6beb3137bb637aced8b68873513b4c7dc769.zip
Fix building documentation when compiling in a directory other than the source directory.
git-svn-id: http://svn.drobilla.net/lad/slv2@648 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index afe8776..000ab84 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,5 +2,5 @@ EXTRA_DIST = mainpage.dox reference.doxygen
all-local: doc
-doc: $(top_srcdir)/doc/reference.doxygen $(top_srcdir)/slv2/*.h
- doxygen $(top_srcdir)/doc/reference.doxygen
+doc: reference.doxygen $(top_srcdir)/slv2/*.h
+ doxygen reference.doxygen