summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-05 12:54:25 -0800
committerJunio C Hamano <junkio@cox.net>2005-11-06 01:12:32 -0800
commit9eba845f2088c33de3efe04492b9e33114c5fb52 (patch)
treea3ea7d2776e689a15c1cf933eb88f89d4ace3df7 /debian/rules
parent54c2533da0228244bbde7f94abfdb0a7fbb859c1 (diff)
downloadgit-9eba845f2088c33de3efe04492b9e33114c5fb52.tar.gz
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>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 9f9514648f..4ab221ce9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,8 +62,8 @@ install: build
make DESTDIR=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) \
install install-doc
- mkdir -p $(DOC_DESTDIR)
- find $(DOC) '(' -name '*.txt' -o -name '*.html' ')' -exec install {} $(DOC_DESTDIR) ';'
+ make -C Documentation DESTDIR=$(DESTDIR) prefix=$(PREFIX) \
+ WEBDOC_DEST=$(DOC_DESTDIR) install-webdoc
dh_movefiles -p git-arch
dh_movefiles -p git-cvs