aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSven-Hendrik Haase <sh@lutzhaase.com>2012-08-17 06:02:00 +0200
committerSven-Hendrik Haase <sh@lutzhaase.com>2012-08-17 06:02:00 +0200
commit29217504c3ae58e698f69126abf58e69096f679c (patch)
treeb65653d1ce7199d81f6bfd7e53bc805f81269144 /Makefile
parent8f2cb1bb30f94c48d6176e8b9d07b4e5228331ad (diff)
downloadponysay-29217504c3ae58e698f69126abf58e69096f679c.tar.gz
ponysay-29217504c3ae58e698f69126abf58e69096f679c.tar.bz2
ponysay-29217504c3ae58e698f69126abf58e69096f679c.zip
Fixing install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5156583..e9eadc1 100644
--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,12 @@ truncater:
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o "truncater" "truncater.c"
manpages:
- gzip -9 < "manuals/manpage.6" > "manuals/manpage.6.gz"
- gzip -9 < "manuals/manpage.es.6" > "manuals/manpage.es.6.gz"
+ gzip -9 -f < "manuals/manpage.6" > "manuals/manpage.6.gz"
+ gzip -9 -f < "manuals/manpage.es.6" > "manuals/manpage.es.6.gz"
infomanual:
makeinfo "manuals/ponysay.texinfo"
- gzip -9 "ponysay.info"
+ gzip -9 -f "ponysay.info"
ponysaycompletion:
sed -e 's/\/usr\//'"$$(sed -e 's/\//\\\//g' <<<$(PREFIX))"'\//g' <"completion/bash-completion.sh" >"completion/bash-completion.sh.install"