summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2009-01-25 06:46:37 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2009-01-25 06:46:37 +0100
commit5d9019a7906068929d47b9c95cb1d73ce4898b18 (patch)
tree3d6d78505384ae41e56593c33bb5525ac5736d20
parent6df1ea077bc0f87f285aacad8322c12c23887eb1 (diff)
downloadgit-rpm-5d9019a7906068929d47b9c95cb1d73ce4898b18.tar.gz
git-rpm-5d9019a7906068929d47b9c95cb1d73ce4898b18.tar.xz
git-rpm-5d9019a7906068929d47b9c95cb1d73ce4898b18.zip
Have GNUmakefile run git submodule init stuff
Only if necessary, of course.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 96af774..9496fd4 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
# How to use this file:
# 0. run "git init"
# 1. git submodule add 'git://fedorapeople.org/~ndim/git-rpm.git' git-rpm
-# git submodule init
# 2. create GNUmakefile with contents like
# NAME = mypkg
+# dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init)
# include git-rpm/git-rpm.mk
# 3. write mypkg.spec, and fill in at least the Summary: line
# 4. run "make setup" to created the upload directory to the server