summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-07-15 19:17:48 -0700
committerMichael Forney <mforney@mforney.org>2016-07-16 14:23:20 -0700
commit78c4cc0023cd0e9e6df03a07f396017da48e336c (patch)
tree1d1e77577e197608136d9867e16ca1bbd2cdec7e /extra
parentb6392fac15793878df45a57d049a063b4e781e2c (diff)
Don't list git repository files as outputs
This way, ninja -t clean will work as expected.
Diffstat (limited to 'extra')
-rw-r--r--extra/man-pages-posix/gen.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/man-pages-posix/gen.rc b/extra/man-pages-posix/gen.rc
index 0d893091..55892923 100644
--- a/extra/man-pages-posix/gen.rc
+++ b/extra/man-pages-posix/gen.rc
@@ -1,7 +1,7 @@
rule manpages 'rc ./$dir/manpages.rc $builddir/$repo.git $out $srcdir' ; with\
deps gcc\
depfile '$out.d'
-build '$outdir'/manpages.tree manpages '|' '$dir'/manpages.rc config.rc '||' '$outdir'/fetch.stamp
-tree_inputs=($tree_inputs '$outdir'/manpages.tree)
+build '$outdir'/manpages.index manpages '|' '$dir'/manpages.rc config.rc '||' '$outdir'/fetch.stamp
+index_inputs=($index_inputs '$outdir'/manpages.index)
fetch curl