summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c80965f9..f2dd8db0 100755
--- a/Makefile
+++ b/Makefile
@@ -85,3 +85,7 @@ package:
man:
cd build; make man
+revision:
+ svn info -r HEAD | grep Revision | cut -f 2 -d ' ' > muse/muse/revision.h
+
+