You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
diff --git a/wscript b/wscript
|
|
index 7bbf300..abdb163 100644
|
|
--- a/wscript
|
|
+++ b/wscript
|
|
@@ -174,6 +174,7 @@ def build(bld):
|
|
|
|
# Documentation
|
|
if bld.env.DOCS:
|
|
+ bld.env.SRATOM_MAJOR_VERSION = SRATOM_MAJOR_VERSION
|
|
bld.recurse('doc/c')
|
|
|
|
bld.add_post_fun(autowaf.run_ldconfig)
|