[med-svn] [last-align] 06/07: Separate dh_install from dh_installman
Andreas Tille
tille at debian.org
Thu Dec 31 08:35:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository last-align.
commit b1165fbf8d2f7a4f0dc4af9925de16e08ff9b2f3
Author: Andreas Tille <tille at debian.org>
Date: Thu Dec 31 09:28:23 2015 +0100
Separate dh_install from dh_installman
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 61318c8..1b1fd15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,8 @@ HELP2MAN = help2man --no-info --version-string="$(version)"
override_dh_auto_install:
make install prefix=$(CURDIR)/debian/$(pkg)/usr
- # try to create man pages whereever possible
- mkdir -p $(mandir)
+override_dh_installman:
+ dh_installman
$(HELP2MAN) \
--name='make a dotplot, a.k.a. Oxford Grid, of alignments in LAST tabular format' \
$(CURDIR)/scripts/last-dotplot > $(mandir)/last-dotplot.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/last-align.git
More information about the debian-med-commit
mailing list