From b74cd79a991ca2c86a522f5ebec49d8b154db886 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Tue, 25 Nov 2014 21:46:31 -0500
Subject: Fix building documentation from clean repository.

---
 doc/reference.doxygen.in | 58 ++++++++++++++++++++++++------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

(limited to 'doc')

diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index ae1c2e3..bbd32d7 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -672,7 +672,7 @@ FILE_VERSION_FILTER    =
 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
 # tag is left empty.
 
-LAYOUT_FILE            = DoxygenLayout.xml
+LAYOUT_FILE            = @LV2_SRCDIR@/doc/DoxygenLayout.xml
 
 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
 # the reference definitions. This must be a list of .bib files. The .bib
@@ -755,34 +755,34 @@ WARN_LOGFILE           =
 # Note: If this tag is empty the current directory is searched.
 
 INPUT                  = @LV2_SRCDIR@/doc/mainpage.dox \
-                         lv2/lv2plug.in/ns/ext/atom/atom.h \
-                         lv2/lv2plug.in/ns/ext/atom/forge.h \
-                         lv2/lv2plug.in/ns/ext/atom/util.h \
-                         lv2/lv2plug.in/ns/ext/buf-size/buf-size.h \
-                         lv2/lv2plug.in/ns/ext/data-access/data-access.h \
-                         lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.h \
-                         lv2/lv2plug.in/ns/ext/event/event-helpers.h \
-                         lv2/lv2plug.in/ns/ext/event/event.h \
-                         lv2/lv2plug.in/ns/ext/instance-access/instance-access.h \
-                         lv2/lv2plug.in/ns/ext/log/log.h \
-                         lv2/lv2plug.in/ns/ext/log/logger.h \
-                         lv2/lv2plug.in/ns/ext/midi/midi.h \
-                         lv2/lv2plug.in/ns/ext/morph/morph.h \
-                         lv2/lv2plug.in/ns/ext/options/options.h \
-                         lv2/lv2plug.in/ns/ext/parameters/parameters.h \
-                         lv2/lv2plug.in/ns/ext/patch/patch.h \
-                         lv2/lv2plug.in/ns/ext/port-groups/port-groups.h \
-                         lv2/lv2plug.in/ns/ext/port-props/port-props.h \
-                         lv2/lv2plug.in/ns/ext/presets/presets.h \
-                         lv2/lv2plug.in/ns/ext/resize-port/resize-port.h \
-                         lv2/lv2plug.in/ns/ext/state/state.h \
-                         lv2/lv2plug.in/ns/ext/time/time.h \
-                         lv2/lv2plug.in/ns/ext/uri-map/uri-map.h \
-                         lv2/lv2plug.in/ns/ext/urid/urid.h \
-                         lv2/lv2plug.in/ns/ext/worker/worker.h \
-                         lv2/lv2plug.in/ns/extensions/ui/ui.h \
-                         lv2/lv2plug.in/ns/extensions/units/units.h \
-                         lv2/lv2plug.in/ns/lv2core/lv2.h
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/atom/atom.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/atom/forge.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/atom/util.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/buf-size/buf-size.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/data-access/data-access.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/event/event-helpers.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/event/event.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/log/log.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/log/logger.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/midi/midi.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/morph/morph.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/options/options.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/parameters/parameters.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/patch/patch.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/port-props/port-props.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/presets/presets.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/state/state.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/time/time.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/urid/urid.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/worker/worker.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/extensions/ui/ui.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/extensions/units/units.h \
+                         @LV2_SRCDIR@/lv2/lv2plug.in/ns/lv2core/lv2.h
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
-- 
cgit v1.2.1