Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 553796
Collapse All | Expand All

(-)a/man/SConscript (-1 / +1 lines)
Lines 1-7 Link Here
1
import os
1
import os
2
Import('env')
2
Import('env')
3
3
4
pod2man = Builder(action = 'pod2man < $SOURCE > $TARGET')
4
pod2man = Builder(action = 'pod2man $SOURCE $TARGET')
5
env.Append(BUILDERS = {'Man': pod2man})
5
env.Append(BUILDERS = {'Man': pod2man})
6
6
7
env.Man('mmseg.1', 'mmseg.pod')
7
env.Man('mmseg.1', 'mmseg.pod')

Return to bug 553796