summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 17:37:33 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-12 17:38:24 (GMT)
commit704a66f52edbc0cc88dca3b0993a072ae49d0f39 (patch)
treef058791f3a82d9c564bceffe49e07c37e6347922 /debian/rules
parent3e386508f87278610d1892aaaa08cd17907f71c5 (diff)
downloadgit-704a66f52edbc0cc88dca3b0993a072ae49d0f39.zip
git-704a66f52edbc0cc88dca3b0993a072ae49d0f39.tar.gz
git-704a66f52edbc0cc88dca3b0993a072ae49d0f39.tar.bz2
Make tools/ directory first-class citizen.
Tools directory being separate is just a historical coincidence. Build and install together with the main directory, just like the clean target does. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 921aeec..e81ed05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,8 @@ install: build
dh_clean -k
dh_installdirs
- make dest=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) install install-tools install-doc
+ make dest=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) \
+ install install-doc
mkdir -p $(DOC_DESTDIR)
find $(DOC) '(' -name '*.txt' -o -name '*.html' ')' -exec install {} $(DOC_DESTDIR) ';'