]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Makefile update
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 22:29:13 +0000 (19:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 22:29:13 +0000 (19:29 -0300)
Makefile
README.md

index c750268d436fba7f89c7e0648878fcaa4b38b17d..6b49180c4a96e3c867a1481b2dfab8f72c8419ac 100644 (file)
--- a/Makefile
+++ b/Makefile
 
 REPO = git://git.sarava.org/puppet-bootstrap.git
 
-all: clean remote submodules
+all: clean remote modules
 
-submodules:
+modules:
        mr up
 
+submodules:
+       bin/submodules
+
 remote:
        git remote add bootstrap $(REPO)
 
index 414987f17ece3cfc638fdd631d29824794d757a1..bbd48d9f480bb3d46897efbdea274653ee5bae00 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ You'll basically use the `bootstrap` repository as your `puppet` repository:
 
     git clone git://git.sarava.org/puppet-bootstrap.git puppet
     cd puppet && git tag -v
-    bin/submodules # get all needed submodules
+    make submodules # get all needed submodules
 
 Using as a standalone provisioner
 ---------------------------------