From 1139652cda6f79ecb83bc1d2395809eddeb70092 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Fri, 18 Dec 2020 11:00:49 +0100 Subject: [PATCH] makefile: add git-mr-reply.txt Signed-off-by: Frantisek Hrbata --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0474287..1982811 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ MAN1_TXT_FILES = $(DOCDIR)/git-mr-show.txt \ $(DOCDIR)/git-mr-sendmail.txt \ $(DOCDIR)/git-mr-update.txt \ $(DOCDIR)/git-mr-mbox.txt \ + $(DOCDIR)/git-mr-reply.txt \ $(DOCDIR)/git-mr.txt MAN1_FILES = $(patsubst $(DOCDIR)/%.txt, $(MANDIR)/%.1, $(MAN1_TXT_FILES)) -- 1.7.10.4