diff options
author | David Robillard <d@drobilla.net> | 2012-08-04 19:46:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-04 19:46:45 +0000 |
commit | c8f8a155da45229af9440355785dcc9f53d490d3 (patch) | |
tree | 722898361ae68c56174ce663daf0839d53e06f80 | |
parent | ccf3e3ee58f30d59e1cee75554c79fea5801634a (diff) | |
download | sratom-c8f8a155da45229af9440355785dcc9f53d490d3.tar.gz sratom-c8f8a155da45229af9440355785dcc9f53d490d3.tar.bz2 sratom-c8f8a155da45229af9440355785dcc9f53d490d3.zip |
Fix doxygen HTML output.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4616 a436a847-0d15-0410-975c-d299462d15a1
-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 056182b..ace4c90 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 = @SRATOM_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 = @SRATOM_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 |