chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5aeb3da
)
Makefile.am: Write release number into distribution packages.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Sep 2015 23:22:16 +0000
(
00:22
+0100)
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index fe067725f90722032e9a1f5eefc5e1b71e142462..0171170f36b9291acc183722b3fc80dd0df1248a 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-42,6
+42,10
@@
SUBDIRS += test
###--------------------------------------------------------------------------
### Distribution.
###--------------------------------------------------------------------------
### Distribution.
+## Release number.
+dist-hook:
+ echo $(VERSION) >$(distdir)/RELEASE
+
## Additional build tools.
EXTRA_DIST += config/auto-version
## Additional build tools.
EXTRA_DIST += config/auto-version