Makefile: Manual pages shouldn't be executable

This commit is contained in:
Ingmar Vanhassel 2009-11-17 22:04:07 +01:00 committed by Carl Worth
parent 321ab1bd6b
commit e8c9c3e6a5

View file

@ -30,7 +30,7 @@ install: all notmuch.1.gz
install -C -d $$d ; \
done ;
install -C notmuch $(DESTDIR)$(prefix)/bin/
install -C notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
install -C -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
install -C notmuch-completion.bash \
$(DESTDIR)/etc/bash_completion.d/notmuch