summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-15 06:44:47 +0000
committerDavid Robillard <d@drobilla.net>2010-12-15 06:44:47 +0000
commitc8f9bbf931f320c1c73aa25881f18f9859ef3079 (patch)
tree49e6c8b507773a4363512ecaedbc220801e76267 /wscript
parent9678996bb97e562fde723bc327e600af7d52e0ef (diff)
downloadpatchage-c8f9bbf931f320c1c73aa25881f18f9859ef3079.tar.gz
patchage-c8f9bbf931f320c1c73aa25881f18f9859ef3079.tar.bz2
patchage-c8f9bbf931f320c1c73aa25881f18f9859ef3079.zip
Man page for patchage.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2703 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 79c59f7..ccc12b4 100644
--- a/wscript
+++ b/wscript
@@ -178,6 +178,8 @@ def build(bld):
bld.env['APP_INSTALL_NAME'] + '.svg'),
'icons/scalable/patchage.svg')
+ bld.install_files('${MANDIR}/man1', 'doc/*.1')
+
def shutdown():
autowaf.shutdown()