]> git.notmuchmail.org Git - notmuch/blobdiff - man/Makefile.local
break up dump and restore man pages.
[notmuch] / man / Makefile.local
index 234ae89c212ace7d946f6d2c65d7a2e7e8ac38b9..a3ae8976318c1d6403a690ecfac6bf7af0f26279 100644 (file)
@@ -11,8 +11,8 @@ 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-part.1 \
        $(dir)/man1/notmuch-reply.1 \
        $(dir)/man1/notmuch-search.1 \
        $(dir)/man1/notmuch-show.1 \
@@ -42,7 +42,6 @@ install-man: $(COMPRESSED_MAN)
        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
 
 verify-version-manpage: verify-version-components
        @echo -n "Checking that manual page version is $(VERSION)..."