Skip to content

Commit

Permalink
add doc_files, and minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Dec 24, 2009
1 parent 190661d commit 0731142
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.pir
Expand Up @@ -75,6 +75,7 @@ SOURCES
$P10 = glob('steme/builtins/*.pir')
$P0['manifest_includes'] = $P10
$P0['manifest_excludes'] = 'steme/gen_builtins.pir'
$P0['doc_files'] = 'README'

.tailcall setup(args :flat, $P0 :flat :named)
.end
Expand All @@ -97,9 +98,7 @@ BUILTINS_PIR
$S1 = join "'\n.include '", $P1
$S0 .= $S1
$S0 .= "'\n\n"
$P0 = new 'FileHandle'
spew('steme/gen_builtins.pir', $S0)
say "creating steme/gen_builtins.pir"
spew('steme/gen_builtins.pir', $S0, 1 :named('verbose'))
L1:
.end

Expand Down

0 comments on commit 0731142

Please sign in to comment.