X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/d65719d4a795f3a1e964d0139af698a80d8cb92b..1563f6f65b853924d53c90f736f6c2486f613cb0:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 5fcfe60..0b6f5a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # # This file is part of DisOrder. -# Copyright (C) 2004, 2005, 2006 Richard Kettlewell +# Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # EXTRA_DIST=TODO CHANGES README.streams BUGS ChangeLog.d \ -README.upgrades README.client +README.upgrades README.client README.mac README.raw SUBDIRS=@subdirs@ dist-hook: @@ -27,3 +27,6 @@ dist-hook: echo-distdir: @echo $(distdir) + +echo-version: + @echo $(VERSION)