summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-08 21:49:00 +0000
committerDavid Robillard <d@drobilla.net>2015-10-08 21:49:00 +0000
commitf391b49c87f152fbfee73890de1a9985fe9b81c2 (patch)
tree1a2695fda944f3dc15c8c23605e4606f231c1a4a
parent02f28a1d05484af6b030d3a1dbf4b94e193ebbe3 (diff)
downloadsord-f391b49c87f152fbfee73890de1a9985fe9b81c2.tar.gz
sord-f391b49c87f152fbfee73890de1a9985fe9b81c2.tar.bz2
sord-f391b49c87f152fbfee73890de1a9985fe9b81c2.zip
Fix documentation generation
git-svn-id: http://svn.drobilla.net/sord/trunk@342 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r--NEWS6
-rw-r--r--doc/reference.doxygen.in2
-rw-r--r--wscript2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b32917a..988debd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+sord (0.14.1) unstable;
+
+ * Fix documentation generation
+
+ -- David Robillard <d@drobilla.net> Thu, 08 Oct 2015 17:48:51 -0400
+
sord (0.14.0) stable;
* Reduce memory usage and increase performance with a better data structure
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index b8aca60..961ead8 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = @SORD_DOC_DIR@
+OUTPUT_DIRECTORY = .
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
diff --git a/wscript b/wscript
index d6ada66..36ef0f3 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SORD_VERSION = '0.14.0'
+SORD_VERSION = '0.14.1'
SORD_MAJOR_VERSION = '0'
# Mandatory waf variables