aboutsummaryrefslogtreecommitdiff
path: root/tools/star/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/star/Makefile')
-rw-r--r--tools/star/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 38039b4..0582a67 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -63,7 +63,10 @@ manifest: modules/DBIish/lib
sort -o MANIFEST MANIFEST
rm MANIFEST.1
-tarball: manifest
+patch:
+ patch -p1 < patches/perl6-pod-to-bigpage.patch
+
+tarball: manifest patch
[ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 )
[ -d $(STAR_REL) ] || ln -s . $(STAR_REL)
$(PREFIX) $(STAR_REL)/ MANIFEST | \