diff --git a/Makefile b/Makefile index b624dc2..af29090 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ install: fixup-perms install-bin install-etc install-hooks install-libraries ins # manpages: -mkdir -p man - cd bin; for i in *-*[^y]; do pod2man --release=${VERSION} --official --section=8 $$i ../man/$$i.8; done + cd bin; for i in *-*[!y]; do pod2man --release=${VERSION} --official --section=8 $$i ../man/$$i.8; done for i in man/*.8; do gzip --force -9 $$i; done