mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-26 14:18:00 +01:00
move clean update
This commit is contained in:
parent
dce179f8a3
commit
9c3499240d
1 changed files with 12 additions and 8 deletions
8
Makefile
8
Makefile
|
@ -138,14 +138,18 @@ uninstall-old:
|
|||
clean:
|
||||
if [ -f "truncater" ]; then rm -f "truncater" ; fi
|
||||
if [ -f "completion/bash-completion-think.sh" ]; then rm -f "completion/bash-completion-think.sh" ; fi
|
||||
if [ -f "completion/fish-completion-think.fish" ]; then rm -f "completion/fish-completion-think.fish"; fi
|
||||
if [ -f "completion/fish-completion-think.fish" ]; then rm -f "completion/fish-completion-think.fish" ; fi
|
||||
if [ -f "completion/zsh-completion-think.zsh" ]; then rm -f "completion/zsh-completion-think.zsh" ; fi
|
||||
if [ -f "completion/bash-completion.sh.install" ]; then rm -f "completion/bash-completion.sh.install" ; fi
|
||||
if [ -f "completion/fish-completion.fish.install" ]; then rm -f "completion/fish-completion.fish.install"; fi
|
||||
if [ -f "completion/zsh-completion.zsh.install" ]; then rm -f "completion/zsh-completion.zsh.install" ; fi
|
||||
if [ -f "manuals/manpage.6.gz" ]; then rm -f "manuals/manpage.6.gz" ; fi
|
||||
if [ -f "manuals/manpage.es.6.gz" ]; then rm -f "manuals/manpage.es.6.gz" ; fi
|
||||
if [ -f "ponysay.info.gz" ]; then rm -f "ponysay.info.gz" ; fi
|
||||
if [ -f "ponysay.py.install" ]; then rm -f "ponysay.py.install" ; fi
|
||||
|
||||
clean-old:
|
||||
if [ -f "ponysaytruncater" ]; then rm -f "ponysaytruncater" ; fi
|
||||
if [ -f "ponysaytruncater" ]; then rm -f "ponysaytruncater"; fi
|
||||
|
||||
|
||||
## Scripts for maintainers
|
||||
|
|
Loading…
Reference in a new issue