Skip to content

Commit 88db5f8

Browse files
Tommi VirtanenJunio C Hamano
authored andcommitted
[PATCH] git bugfixes and cleanups, mainly Debian things
Generate docs for gitk. Install them in the right deb package. Signed-off-by: Tommi Virtanen <tv@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 579fbe5 commit 88db5f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MAN1_TXT=$(wildcard git-*.txt)
1+
MAN1_TXT=$(wildcard git-*.txt) gitk.txt
22
MAN7_TXT=git.txt
33

44
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))

debian/git-tk.files

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/usr/bin/gitk
2+
/usr/share/man/man1/gitk.*
3+
/usr/share/doc/git-core/gitk.*

0 commit comments

Comments
 (0)