diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-14 07:51:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-14 07:51:25 +0000 |
commit | cae92a2041e8bad5ee6fb487164af7a6f6488de4 (patch) | |
tree | 31e6075052dda563d1f9ef6aa0709257748172f8 | |
parent | 5adb342147085dbb920f7b6608145f449e5438d2 (diff) | |
download | rtmux-cae92a2041e8bad5ee6fb487164af7a6f6488de4.tar.gz rtmux-cae92a2041e8bad5ee6fb487164af7a6f6488de4.tar.bz2 rtmux-cae92a2041e8bad5ee6fb487164af7a6f6488de4.zip |
Needs a VERSION.
-rw-r--r-- | dist.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -# $Id: dist.mk,v 1.1 2009-05-14 07:48:42 nicm Exp $ +# $Id: dist.mk,v 1.2 2009-05-14 07:51:25 nicm Exp $ + +VERSION= 0.8 DISTDIR= tmux-${VERSION} DISTFILES= *.[ch] Makefile GNUmakefile configure tmux.1 \ |