aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-05-28 14:09:59 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-05-28 14:09:59 +0200
commitf4632b9b729b4f2df4b2af111e2583feac178dd5 (patch)
treefdcf65bfa3b9464ec2f812ff200f7fbeba6cf2a9 /Makefile
parent7d37beba5508bd14c3fa7996c626103921d0b6fc (diff)
[build] add a basic template mechanism
this grabs the {parrot,rakudo,nqp} revisions and fudges them into Configure.pl, so at least it is one less location to update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f51e854..aead8c9 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ always:
$(DISTDIR): always
mkdir -p $(DISTDIR)
cp -av skel/. $(DISTDIR)
+ perl build/skel-template.pl $(DISTDIR)
$(PARROT_DIR): $(PARROT_TGZ)
tar -C $(DISTDIR) -xvzf $(PARROT_TGZ)