I was confusing myself with some rules installing to directories and
some installing to files. We do still install to a filename when
simultaneously renaming, (such as notmuch-completion.bash to notmuch).
do \
install -C -d $$d ; \
done ;
- install -C notmuch $(DESTDIR)/usr/bin/notmuch
- install -C notmuch.1.gz $(DESTDIR)/usr/share/man/man1
+ install -C notmuch $(DESTDIR)/usr/bin/
+ install -C notmuch.1.gz $(DESTDIR)/usr/share/man/man1/
install -C notmuch-completion.bash \
$(DESTDIR)/etc/bash_completion.d/notmuch