Skip to content

Commit

Permalink
[PATCH] Fix debian doc-base
Browse files Browse the repository at this point in the history
Fixed location of HTML documents in debian doc-base file.

Without this fix debian package won't install properly (complains
about missing /usr/share/doc/git-core/html directory).

jc: thanks, Kalle.  I think debian/rules is still broken around
etcdir area, though.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Kalle Valo authored and Junio C Hamano committed Aug 4, 2005
1 parent 9553d20 commit a765c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/git-core.doc-base
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Abstract: This manual describes git
Section: Devel

Format: HTML
Index: /usr/share/doc/git-core/html/git.html
Files: /usr/share/doc/git-core/html/*.html
Index: /usr/share/doc/git-core/git.html
Files: /usr/share/doc/git-core/*.html

Format: text
Files: /usr/share/doc/git-core/git-core.txt

0 comments on commit a765c99

Please sign in to comment.