Skip to content

Commit

Permalink
[PATCH] git bugfixes and cleanups, mainly Debian things
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tommi Virtanen authored and Junio C Hamano committed Aug 26, 2005
1 parent 579fbe5 commit 88db5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Makefile
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 2 additions & 0 deletions debian/git-tk.files
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/usr/bin/gitk
/usr/share/man/man1/gitk.*
/usr/share/doc/git-core/gitk.*

0 comments on commit 88db5f8

Please sign in to comment.