aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-29 07:59:24 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-29 07:59:24 -0500
commitf9632ae5ac82c5658554e9833bc48817c576e54f (patch)
treefa28fead4e632cd1855f259fd7cef10e1489cd4e
parent651aa547ecf2360d6e9a58c2383c2ff529801b72 (diff)
More release guide updates.
-rw-r--r--README.star2
-rw-r--r--tools/star/Makefile7
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 <https://github.com/rakudo/rakudo/wiki/What's-going-into-Rakudo-*%3F>
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