From: Mark Wooding Date: Sat, 7 Jan 2012 02:13:24 +0000 (+0000) Subject: Makefile: Do the release hook thing. X-Git-Tag: 0.99.2~44 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/d38dc450f0649c09a968588be167075b06679c47 Makefile: Do the release hook thing. --- 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 --------------------------------------------------