diff options
author | David Robillard <d@drobilla.net> | 2015-02-08 13:56:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-08 13:56:12 +0000 |
commit | c4a33d02e6466856b5de6ec914da9f7c0fe76131 (patch) | |
tree | ea941388edbc80b4d5c856bfa5518cb0df220bc1 /wscript | |
parent | 449abfa64de66aeeeffb16bd31037bd48130bef9 (diff) | |
download | ingen-c4a33d02e6466856b5de6ec914da9f7c0fe76131.tar.gz ingen-c4a33d02e6466856b5de6ec914da9f7c0fe76131.tar.bz2 ingen-c4a33d02e6466856b5de6ec914da9f7c0fe76131.zip |
Add man page.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5544 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -219,6 +219,9 @@ def build(bld): # Documentation autowaf.build_dox(bld, 'INGEN', INGEN_VERSION, top, out) + # Man page + bld.install_files('${MANDIR}/man1', 'doc/ingen.1') + # Icons icon_sizes = ['16x16', '22x22', '24x24', '32x32', '48x48'] for s in icon_sizes: |