diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |