Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
generate manpages (with pod2man)
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Jul 31, 2011
1 parent d73d085 commit a7bd3d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.pir
Expand Up @@ -130,6 +130,11 @@ SOURCES
$P7['parrot-luap'] = 'luap.pbc' $P7['parrot-luap'] = 'luap.pbc'
$P0['installable_pbc'] = $P7 $P0['installable_pbc'] = $P7


$P8 = new 'Hash'
$P8['man/man1/parrot-lua.1'] = 'lua.pir'
$P8['man/man1/parrot-luap.1'] = 'luap.pir'
$P0['man_pod'] = $P8

# post build # post build
$P9 = new 'Hash' $P9 = new 'Hash'
$P9['lua/library/Test/More.pbc'] = 'lua/library/Test/More.pir' $P9['lua/library/Test/More.pbc'] = 'lua/library/Test/More.pir'
Expand Down

0 comments on commit a7bd3d6

Please sign in to comment.