Skip to content

Commit

Permalink
Fixing install
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven-Hendrik Haase committed Aug 17, 2012
1 parent 8f2cb1b commit 2921750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2921750

Please sign in to comment.