aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)