diff options
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 |