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

Commit

Permalink
add manifest_includes & manifest_excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Dec 1, 2009
1 parent 705eba0 commit 4143db8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -7,8 +7,12 @@

installable_*

*.tar.gz
*.zip
*.patch

MANIFEST

man
*.tmp
*.sto
Expand Down
9 changes: 7 additions & 2 deletions setup.pir
@@ -1,4 +1,4 @@
#! /usr/local/bin/parrot
#!/usr/bin/env parrot
# Copyright (C) 2009, Parrot Foundation.

=head1 NAME
Expand Down Expand Up @@ -45,7 +45,6 @@ No Configure step, no Makefile generated.
$P0['license_type'] = 'Artistic License 2.0'
$P0['license_uri'] = 'http://www.perlfoundation.org/artistic_license_2_0'
$P0['copyright_holder'] = 'Parrot Foundation'
$P0['generated_by'] = 'Francois Perrad <francois.perrad@gadz.org>'
$P0['checkout_uri'] = 'git://github.com/fperrad/wmlscript.git'
$P0['browser_uri'] = 'http://github.com/fperrad/wmlscript'
$P0['project_uri'] = 'http://github.com/fperrad/wmlscript'
Expand Down Expand Up @@ -107,6 +106,12 @@ LIBS
$S0 = pop $P7
$P0['inst_lang'] = $P7

# dist
$P8 = split ' ', 'wmls2pbc.pir wmls2pir.pir t/helpers.pir build/stdlibs.pl build/translator.pl build/SRM/Register.pm build/SRM/Stack.pm wmlscript/translation.rules wmlscript/wmlslibs.cfg'
$P0['manifest_includes'] = $P8
$P9 = split ' ', 'wmlscript/opcode.pir wmlscript/stdlibs.pir'
$P0['manifest_excludes'] = $P9

.tailcall setup(args :flat, $P0 :flat :named)
.end

Expand Down

0 comments on commit 4143db8

Please sign in to comment.