aboutsummaryrefslogtreecommitdiff
path: root/tools/star/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/star/Makefile')
-rw-r--r--tools/star/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 04d6de5..e89a97c 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -72,6 +72,7 @@ manifest: modules/zavolaj/lib
git submodule foreach --quiet 'git ls-files | $(PREFIX) $$path/' >>MANIFEST
grep -v -f tools/star/MANIFEST.exclude MANIFEST >MANIFEST.1
$(PERL) -n -e 'chomp; -f && print "$$_\n"' MANIFEST.1 >MANIFEST
+ perl6 tools/build/panda-state.p6 >>MANIFEST
sort -o MANIFEST MANIFEST
rm MANIFEST.1