diff options
author | David Robillard <d@drobilla.net> | 2012-08-04 19:49:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-04 19:49:40 +0000 |
commit | 4b7d79854a7a00aa3a0395643f4110c4648e775c (patch) | |
tree | 953e5dddf94cb470a9b28bdc6f683e346972c15e /doc/reference.doxygen.in | |
parent | 59c36ff00fec583ab11ce0c877ecd7cb9306e475 (diff) | |
download | serd-4b7d79854a7a00aa3a0395643f4110c4648e775c.tar.gz serd-4b7d79854a7a00aa3a0395643f4110c4648e775c.tar.bz2 serd-4b7d79854a7a00aa3a0395643f4110c4648e775c.zip |
Fix doxygen HTML output.
git-svn-id: http://svn.drobilla.net/serd/trunk@364 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index f9090691..8ff954ac 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -583,7 +583,7 @@ FILE_VERSION_FILTER = # You can optionally specify a file name after the option, if omitted # DoxygenLayout.xml will be used as the name of the layout file. -LAYOUT_FILE = doc/layout.xml +LAYOUT_FILE = @SERD_SRCDIR@/doc/layout.xml # The CITE_BIB_FILES tag can be used to specify one or more bib files # containing the references data. This must be a list of .bib files. The @@ -899,7 +899,7 @@ HTML_FOOTER = # the style sheet file to the HTML output directory, so don't put your own # style sheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = doc/style.css +HTML_STYLESHEET = @SERD_SRCDIR@/doc/style.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note |