From f9632ae5ac82c5658554e9833bc48817c576e54f Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 29 Aug 2012 07:59:24 -0500 Subject: More release guide updates. --- tools/star/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/star/Makefile b/tools/star/Makefile index f849825..935365b 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -47,7 +47,12 @@ $(PARROT_SRC): mkdir -p $(SRC_DIR) $(WGET) $(PARROT_URL) -O $(PARROT_SRC) -manifest: +modules/zavolaj/lib: + @echo "Updating submodules" + git submodule init + git submodule update + +manifest: modules/zavolaj/lib echo MANIFEST >MANIFEST git ls-files >>MANIFEST $(PREFIX) rakudo/ rakudo/MANIFEST >>MANIFEST -- cgit v1.1