aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-26 03:34:04 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-26 03:34:04 +0200
commit61c38c65f4745d690a3a0b661827684378d793dc (patch)
tree00c55a0c3434ccb3fd10e03491ce98f3b7257a8d /Makefile
parent0c717601304f8021665d29d785a83f23b8b5a36c (diff)
downloadponysay-61c38c65f4745d690a3a0b661827684378d793dc.tar.gz
ponysay-61c38c65f4745d690a3a0b661827684378d793dc.tar.bz2
ponysay-61c38c65f4745d690a3a0b661827684378d793dc.zip
m manual + make file inits submodules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)