aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--wscript1
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8447b375..074833d5 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,9 @@ serd (0.30.9) unstable;
* Add fallback configuration if documentation theme is unavailable
* Fix SERD_DISABLE_DEPRECATED
+ * Fix documentation installation directory
- -- David Robillard <d@drobilla.net> Sat, 16 Jan 2021 12:46:46 +0000
+ -- David Robillard <d@drobilla.net> Sat, 16 Jan 2021 21:22:27 +0000
serd (0.30.8) stable;
diff --git a/wscript b/wscript
index a96eda3b..70f08a74 100644
--- a/wscript
+++ b/wscript
@@ -267,6 +267,7 @@ def build(bld):
# Documentation
if bld.env.DOCS:
+ bld.env.SERD_MAJOR_VERSION = SERD_MAJOR_VERSION
bld.recurse('doc/c')
# Man page