diff options
author | Guido Aulisi <guido.aulisi@gmail.com> | 2021-01-16 22:04:28 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-16 22:22:42 +0100 |
commit | 989417824307f10ae75f8b9e0d6aa639a619faaf (patch) | |
tree | 2aeb19057bfb9cdd07124c53357b8676612904eb | |
parent | 5b36fcfb68562525e1ff8b2adb4582003067cb4b (diff) | |
download | serd-989417824307f10ae75f8b9e0d6aa639a619faaf.tar.gz serd-989417824307f10ae75f8b9e0d6aa639a619faaf.tar.bz2 serd-989417824307f10ae75f8b9e0d6aa639a619faaf.zip |
Fix documentation installation directory
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | wscript | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -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; @@ -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 |