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. --- README.star | 2 +- tools/star/Makefile | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.star b/README.star index 168fe01..66248bb 100644 --- a/README.star +++ b/README.star @@ -13,7 +13,7 @@ release manager, or someone that is looking to create new Perl 6 distributions based on the tools here. Run "make -f tools/star/Makefile" to populate a distribution image. -See tools/star/release-guide.doc for the steps needed to build +See tools/star/release-guide.pod for the steps needed to build a candidate release. See 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