aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e34ffdb..2574257 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ always:
$(DISTDIR): always
mkdir -p $(DISTDIR)
+ echo $(VERSION) >$(DISTDIR)/VERSION
cp -av skel/. $(DISTDIR)
perl build/skel-template.pl $(DISTDIR)