diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-06 22:29:21 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-06 22:29:21 -0700 |
commit | f29eaed12fc07bc5b2e4d1a302136a26ff4488ce (patch) | |
tree | 6a79fed2fb0e7fa3486f84ab97d1d046dc0f4003 /debian/rules | |
parent | d5928d602667546d9834beb0ab8bf641ad45c028 (diff) | |
download | git-f29eaed12fc07bc5b2e4d1a302136a26ff4488ce.tar.gz git-f29eaed12fc07bc5b2e4d1a302136a26ff4488ce.tar.xz |
Fix build rules for debian package.
Run install-tools target to install the tools to accept e-mail
patches. Also clean up the main Makefile a bit.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1409b8b28..2c575ffa1 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ install: build dh_clean -k dh_installdirs - make dest=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) install install-doc + make dest=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) install install-tools install-doc mkdir -p $(DOC_DESTDIR) find $(DOC) '(' -name '*.txt' -o -name '*.html' ')' -exec install {} $(DOC_DESTDIR) ';' |