mirror of
https://github.com/git/git.git
synced 2026-04-12 09:50:07 +02:00
[PATCH] Fix debian doc-base
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>
This commit is contained in:
committed by
Junio C Hamano
parent
9553d20bd2
commit
a765c99a41
4
debian/git-core.doc-base
vendored
4
debian/git-core.doc-base
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user