aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-07-27 01:50:32 -0500
committerpmichaud <pmichaud@pobox.com>2012-07-27 01:50:32 -0500
commit041912eb0a712703245cd5526dac70d4ac0db1db (patch)
tree25e364cce018b2e86ae5ce90b468bcb4ba010fb1
parent15129cd72115d52be87399f2f574764eddeac169 (diff)
Put a VERSION file into the star tarball; we can use it during
building.
-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)