diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-07-26 03:34:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-07-26 03:34:04 +0200 |
commit | 61c38c65f4745d690a3a0b661827684378d793dc (patch) | |
tree | 00c55a0c3434ccb3fd10e03491ce98f3b7257a8d /Makefile | |
parent | 0c717601304f8021665d29d785a83f23b8b5a36c (diff) | |
download | ponysay-61c38c65f4745d690a3a0b661827684378d793dc.tar.gz ponysay-61c38c65f4745d690a3a0b661827684378d793dc.tar.bz2 ponysay-61c38c65f4745d690a3a0b661827684378d793dc.zip |
m manual + make file inits submodules
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |