diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-07-19 06:04:26 -0700 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-07-19 06:04:26 -0700 |
commit | ecd2e9824281a56f9fca09fc2a408006bd44f2ea (patch) | |
tree | d7bb87941f28030bdaaa0089147d9a3260420257 /Makefile | |
parent | d6c360277f04fce578447ca73437a30640dfe98e (diff) | |
parent | bae75d95b6ce3af5ac16284a6079ba0feb65cf0b (diff) | |
download | ponysay-ecd2e9824281a56f9fca09fc2a408006bd44f2ea.tar.gz ponysay-ecd2e9824281a56f9fca09fc2a408006bd44f2ea.tar.bz2 ponysay-ecd2e9824281a56f9fca09fc2a408006bd44f2ea.zip |
Merge pull request #37 from etu/master
Added completions for the fish/fishfish-shell
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ install: all install "ponysaylist.pl" "$(DESTDIR)/usr/bin/ponysaylist.pl" ln -sf "ponysay" "$(DESTDIR)/usr/bin/ponythink" + mkdir -p "$(DESTDIR)/usr/share/fish/completions/" + install -m "644" "completion/fish_ponysay.fish" "$(DESTDIR)/usr/share/fish/completions/ponysay.fish" + install -m "644" "completion/fish_ponythink.fish" "$(DESTDIR)/usr/share/fish/completions/ponythink.fish" + mkdir -p "$(DESTDIR)/usr/share/zsh/site-functions/" install "completion/zsh-completion.zsh" "$(DESTDIR)/usr/share/zsh/site-functions/_ponysay" |