summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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