From 20b120d00159776eca0d88392cd30200d6367e96 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Sat, 19 Dec 2020 13:47:29 +0100 Subject: [PATCH] doc: add git-mr-comment-list.txt Signed-off-by: Frantisek Hrbata --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c5df955..40ccbd3 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ MAN1_TXT_FILES = $(DOCDIR)/git-mr-show.txt \ $(DOCDIR)/git-mr-mbox.txt \ $(DOCDIR)/git-mr-reply.txt \ $(DOCDIR)/git-mr-merge.txt \ + $(DOCDIR)/git-mr-comment-list.txt \ $(DOCDIR)/git-mr.txt MAN1_FILES = $(patsubst $(DOCDIR)/%.txt, $(MANDIR)/%.1, $(MAN1_TXT_FILES)) -- 1.7.10.4