1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-30 13:57:54 +01:00

Further Debian split fixes.

The doc installation was flattened, breaking links to howto/.
Silly cut&paste error made git-doc depend on tk8.4.  Doh.
Move most of the documentation (except manuals) to git-doc.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-11-05 12:54:25 -08:00
parent 54c2533da0
commit 9eba845f20
3 changed files with 5 additions and 5 deletions

2
debian/control vendored
View file

@ -20,7 +20,7 @@ Description: The git content addressable filesystem
Package: git-doc Package: git-doc
Architecture: all Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, git-core, tk8.4 Depends: ${shlibs:Depends}, ${misc:Depends}, git-core
Description: The git content addressable filesystem, Documentation Description: The git content addressable filesystem, Documentation
This package contains documentation for GIT. This package contains documentation for GIT.

View file

@ -1,5 +1,5 @@
/usr/share/doc/git-core/git-*.txt /usr/share/doc/git-core/*.txt
/usr/share/doc/git-core/git-*.html /usr/share/doc/git-core/*.html
/usr/share/doc/git-core/*/*.html /usr/share/doc/git-core/*/*.html
/usr/share/doc/git-core/*/*.txt /usr/share/doc/git-core/*/*.txt

4
debian/rules vendored
View file

@ -62,8 +62,8 @@ install: build
make DESTDIR=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) \ make DESTDIR=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) \
install install-doc install install-doc
mkdir -p $(DOC_DESTDIR) make -C Documentation DESTDIR=$(DESTDIR) prefix=$(PREFIX) \
find $(DOC) '(' -name '*.txt' -o -name '*.html' ')' -exec install {} $(DOC_DESTDIR) ';' WEBDOC_DEST=$(DOC_DESTDIR) install-webdoc
dh_movefiles -p git-arch dh_movefiles -p git-arch
dh_movefiles -p git-cvs dh_movefiles -p git-cvs