[med-svn] [biosquid] 02/05: Install all manpages
Andreas Tille
tille at debian.org
Wed Apr 5 07:11:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository biosquid.
commit ccd5d7d7ed32a02b31fa3d67fdac8a45d754011d
Author: Andreas Tille <tille at debian.org>
Date: Tue Apr 4 17:11:52 2017 +0200
Install all manpages
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index b421377..84045a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +30,9 @@ override_dh_auto_test:
chmod u+x Testsuite/x-base-* Testsuite/bug-1-sfetch*
ln -s .libs/libsquid.a
dh_auto_test
+
+override_dh_installman:
+ dh_installman
+ for manpage in Man/*.man; do \
+ cp -a $${manpage} $(CURDIR)/debian/biosquid/usr/share/man/man1/`basename $${manpage} .man`.1 ; \
+ done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/biosquid.git
More information about the debian-med-commit
mailing list