Skip to content

Commit 9ac31ff

Browse files
eli-schwartzghedo
authored andcommitted
build: install manpages to the correct directory
1 parent 42cbdc1 commit 9ac31ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def build(bld):
161161
source = bld.path.ant_glob('docs/pflask.rst') +
162162
bld.path.ant_glob('build/docs/conf.py'),
163163
target = 'docs/man/pflask.1 docs/man/pflask-debuild.1',
164-
install_path = bld.env.MANDIR
164+
install_path = bld.env.MANDIR + '/man1'
165165
)
166166

167167
bld(

0 commit comments

Comments
 (0)