[med-svn] [pbgenomicconsensus] 06/07: Install FAQ into docs rather than as a manpage
Afif Elghraoui
afif at moszumanska.debian.org
Sun Jan 22 00:26:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository pbgenomicconsensus.
commit 996362e2da4aa06bc5cf24c9bd9dd1fad1cf755a
Author: Afif Elghraoui <afif at debian.org>
Date: Sat Jan 21 16:15:44 2017 -0800
Install FAQ into docs rather than as a manpage
---
debian/docs | 1 +
debian/rules | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/docs b/debian/docs
index b43bf86..516f715 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1,2 @@
README.md
+doc/FAQ.rst
diff --git a/debian/rules b/debian/rules
index a449350..0647497 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,6 @@ MANDIR=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/
manpages = \
pbgff.5.md \
variantCaller.1.md \
-genomicconsensus.7.md \
%: %.md
pandoc -s --to man $< -o $@
@@ -55,7 +54,6 @@ prepare-doc: $(manpages)
pbgff.5.md: VariantsGffSpecification.rst
variantCaller.1.md: VariantCallerFunctionalSpecification.rst
-genomicconsensus.7.md: FAQ.rst
$(manpages):
pandoc -s $< -o $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbgenomicconsensus.git
More information about the debian-med-commit
mailing list