From d38dc450f0649c09a968588be167075b06679c47 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 7 Jan 2012 02:13:24 +0000 Subject: [PATCH] Makefile: Do the release hook thing. Organization: Straylight/Edgeware From: Mark Wooding --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9e67f9f..66745ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -152,4 +152,12 @@ userv/distorted-keys: userv/distorted-keys.in Makefile dist_profile_DATA += profile.d/00base dist_profile_DATA += profile.d/02infra +###-------------------------------------------------------------------------- +### Release setup. + +dist-hook:: + echo $(VERSION) >$(distdir)/RELEASE + +EXTRA_DIST += config/auto-version + ###----- That's all, folks -------------------------------------------------- -- [mdw]