commit | 13c94821e7864a9a5c3da4acbeade50bc4d2cc3d | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周一 2月 15 20:09:02 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周一 2月 15 20:13:29 2010 +0100 |
tree | 6be451ae8d49dc3e87ccadd724ffa1932c0b71a4 | |
parent | 99c80527d70aa5ba7c2a21135ff100abd17745ad [diff] [blame] |
Added instructions to first fetch submodules before installing.
diff --git a/Makefile b/Makefile index 1da3fa1..8b13f2d 100644 --- a/Makefile +++ b/Makefile
@@ -18,6 +18,7 @@ @echo " make uninstall" install: + @test -f gitflow-shFlags || (echo "Run 'git submodule init && git submodule update' first." ; exit 1 ) install -d -m 0755 $(GIT_EXEC_PATH) install -m 0755 $(EXEC_FILES) $(GIT_EXEC_PATH) install -m 0644 $(SCRIPT_FILES) $(GIT_EXEC_PATH)