mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 20:38:08 +01:00
modify install target to depend on install-emacs and install-bash
This makes the Debian package building scripts much simpler.
This commit is contained in:
parent
518c8c0d3f
commit
3650f4d195
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ notmuch: $(notmuch_client_modules) lib/notmuch.a
|
||||||
notmuch.1.gz: notmuch.1
|
notmuch.1.gz: notmuch.1
|
||||||
$(call quiet,gzip) --stdout $^ > $@
|
$(call quiet,gzip) --stdout $^ > $@
|
||||||
|
|
||||||
install: all notmuch.1.gz
|
install: all notmuch.1.gz install-emacs install-bash
|
||||||
for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 ; \
|
for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 ; \
|
||||||
do \
|
do \
|
||||||
install -d $$d ; \
|
install -d $$d ; \
|
||||||
|
@ -35,7 +35,7 @@ install: all notmuch.1.gz
|
||||||
install notmuch $(DESTDIR)$(prefix)/bin/
|
install notmuch $(DESTDIR)$(prefix)/bin/
|
||||||
install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
|
install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/
|
||||||
|
|
||||||
install-emacs: install emacs
|
install-emacs: emacs
|
||||||
for d in $(DESTDIR)/$(emacs_lispdir) ; \
|
for d in $(DESTDIR)/$(emacs_lispdir) ; \
|
||||||
do \
|
do \
|
||||||
install -d $$d ; \
|
install -d $$d ; \
|
||||||
|
|
Loading…
Reference in a new issue