From 88db5f809d1e4a4afd28514151e97b40fd367661 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Fri, 26 Aug 2005 14:00:04 +0300 Subject: [PATCH] git bugfixes and cleanups, mainly Debian things Generate docs for gitk. Install them in the right deb package. Signed-off-by: Tommi Virtanen Signed-off-by: Junio C Hamano --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/Makefile b/Documentation/Makefile index e928bcf28..bd6833b79 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,4 +1,4 @@ -MAN1_TXT=$(wildcard git-*.txt) +MAN1_TXT=$(wildcard git-*.txt) gitk.txt MAN7_TXT=git.txt DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT)) -- cgit v1.2.1