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 /wscript | |
parent | 5b36fcfb68562525e1ff8b2adb4582003067cb4b (diff) | |
download | serd-989417824307f10ae75f8b9e0d6aa639a619faaf.tar.gz serd-989417824307f10ae75f8b9e0d6aa639a619faaf.tar.bz2 serd-989417824307f10ae75f8b9e0d6aa639a619faaf.zip |
Fix documentation installation directory
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |