[med-svn] [seqan] 01/04: Correct documentation make target name
Kevin Murray
daube-guest at moszumanska.debian.org
Sun Sep 27 23:49:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository seqan.
commit 505bdb90d6ddb28d84c42af2d81dc3c5e3adfbbd
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Thu Sep 24 17:45:12 2015 +1000
Correct documentation make target name
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 3598fc0..b4f8d3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
override_dh_auto_build:
dh_auto_build
- # cd obj-$(DEB_BUILD_GNU_TYPE); make docs
+ cd obj-$(DEB_BUILD_GNU_TYPE); make dox
override_dh_install:
dh_install
@@ -66,7 +66,7 @@ override_dh_auto_clean:
override_dh_link:
dh_link
# we generate only those manpages where binaries are linked to /usr/bin
- # since dh_link is executed after dh_installmanpages this is done here
+ # since dh_link is executed after dh_installmanpages this is done here
$(CURDIR)/debian/generate_manpages
override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan.git
More information about the debian-med-commit
mailing list