diff options
author | David Robillard <d@drobilla.net> | 2012-04-18 05:23:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-18 05:23:35 +0000 |
commit | aa7d552e83a9b522386620eee1aedd9485f32a27 (patch) | |
tree | c36df18f58013ede8573d5af0b2e0b300b31625d /doc/reference.doxygen.in | |
parent | e9b0ef9784e35fae30e1377493e75c22428dc663 (diff) | |
download | sord-aa7d552e83a9b522386620eee1aedd9485f32a27.tar.gz sord-aa7d552e83a9b522386620eee1aedd9485f32a27.tar.bz2 sord-aa7d552e83a9b522386620eee1aedd9485f32a27.zip |
Fix absolute path in documentation.
git-svn-id: http://svn.drobilla.net/sord/trunk@220 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 536417a..da82e88 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -794,7 +794,7 @@ HTML_FOOTER = # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = @SORD_SRCDIR@/doc/style.css +HTML_STYLESHEET = doc/style.css # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to |