aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index 7c4da5af..067b3629 100644
--- a/wscript
+++ b/wscript
@@ -105,6 +105,9 @@ def build(bld):
# Documentation
autowaf.build_dox(bld, 'SERD', SERD_VERSION, top, out)
+ # Man page
+ bld.install_files('${MANDIR}/man1', 'doc/serdi.1')
+
bld.add_post_fun(autowaf.run_ldconfig)
def lint(ctx):