From 61c38c65f4745d690a3a0b661827684378d793dc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 26 Jul 2012 03:34:04 +0200 Subject: m manual + make file inits submodules --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32be888..13eb23a 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ ponythinkcompletion: sed -e 's/ponysay/ponythink/g' <"completion/zsh-completion.zsh" | sed -e 's/\/ponythink\//\/ponysay\//g' -e 's/\\\/ponythink\\\//\\\/ponysay\\\//g' >"completion/zsh-completion-think.zsh" submodules: + git submodule init git submodule update (cd "ponyquotes4ponysay/"; make -B) -- cgit