Skip to content

Commit

Permalink
Build man page before install
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Blach committed Jul 7, 2013
1 parent 5c955d5 commit 751477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ${MAN}.gz:
rst2man ${BIN}.rst > ${MAN}
gzip -f -9 ${MAN}

install: ${BIN}
install: all
install -d ${PREFIX}/bin
install -m 6755 -o 0 -g 0 -s ${BIN} ${PREFIX}/bin
install -m 0644 -o 0 -g 0 ${MAN}.gz ${PREFIX}/man/man1
Expand Down

0 comments on commit 751477e

Please sign in to comment.