about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cd087db..5fb780c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -28,14 +28,16 @@ clean:
 man html:
         $(MAKE) -C Documentation install-$@
 
-pkg_extra += $(man1_paths)
+pkg_extra += $(man1_paths) lib/rainbows/version.rb
 
 doc::
         cat Documentation/comparison.css >> doc/rdoc.css
         $(RM) $(man1_rdoc)
 
+lib/rainbows/version.rb: GIT-VERSION-FILE
+
 all:: test
-test:
+test: lib/rainbows/version.rb
         $(MAKE) -C t
 
 .PHONY: man html