X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=man%2FMakefile.local;h=d43a949cf4454ab176c92ad1360c187a2a768a3e;hp=0c213d8675a3fde2646bdc0fb15129969414e645;hb=627f7b27f9756287795343cbb8a3137f74efccf9;hpb=77b8d70600193cf9e4d84a4281de6da0d5224c3b diff --git a/man/Makefile.local b/man/Makefile.local index 0c213d86..d43a949c 100644 --- a/man/Makefile.local +++ b/man/Makefile.local @@ -11,6 +11,7 @@ MAN1 := \ $(dir)/man1/notmuch-config.1 \ $(dir)/man1/notmuch-count.1 \ $(dir)/man1/notmuch-dump.1 \ + $(dir)/man1/notmuch-restore.1 \ $(dir)/man1/notmuch-new.1 \ $(dir)/man1/notmuch-reply.1 \ $(dir)/man1/notmuch-search.1 \ @@ -40,8 +41,7 @@ install-man: $(COMPRESSED_MAN) install -m0644 $(MAN1_GZ) $(DESTDIR)/$(mandir)/man1 install -m0644 $(MAN5_GZ) $(DESTDIR)/$(mandir)/man5 install -m0644 $(MAN7_GZ) $(DESTDIR)/$(mandir)/man7 - cd $(DESTDIR)/$(mandir)/man1 && ln -s notmuch.1.gz notmuch-setup.1.gz - cd $(DESTDIR)/$(mandir)/man1 && ln -s notmuch-dump.1.gz notmuch-restore.1.gz + cd $(DESTDIR)/$(mandir)/man1 && ln -sf notmuch.1.gz notmuch-setup.1.gz verify-version-manpage: verify-version-components @echo -n "Checking that manual page version is $(VERSION)..."