From d37cceb4574b13ca3495b513a13e3e45e8f9db1b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Oct 2015 21:46:33 +0000 Subject: Fix documentation generation git-svn-id: http://svn.drobilla.net/serd/trunk@503 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- NEWS | 6 ++++++ doc/reference.doxygen.in | 2 +- wscript | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 99639643..89410a9c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +serd (0.22.1) unstable; + + * Fix documentation generation + + -- David Robillard Thu, 08 Oct 2015 17:45:09 -0400 + serd (0.22.0) stable; * Remove dependence on fmax() to avoid portability issues diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index d10c636a..a8c6060f 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 = @SERD_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 37371e65..e188c0d0 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 -SERD_VERSION = '0.22.0' +SERD_VERSION = '0.22.1' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1