[med-svn] [Git][med-team/infernal][master] Include manpages into user documentation
Andreas Tille
gitlab at salsa.debian.org
Fri Dec 11 11:46:45 GMT 2020
Andreas Tille pushed to branch master at Debian Med / infernal
Commits:
664d235f by Andreas Tille at 2020-12-11T12:20:38+01:00
Include manpages into user documentation
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -9,7 +9,9 @@ Build-Depends: debhelper-compat (= 12),
python3
Build-Depends-Indep: texlive-latex-recommended,
texlive-latex-extra,
- texlive-fonts-recommended
+ texlive-fonts-recommended,
+ rman,
+ hmmer-examples
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/infernal
Vcs-Git: https://salsa.debian.org/med-team/infernal.git
=====================================
debian/rules
=====================================
@@ -33,6 +33,11 @@ override_dh_auto_build-indep:
cd documentation/userguide ; \
sed -e 's/@INFERNAL_VERSION@/$(DEB_VERSION_UPSTREAM)/' -e 's/@INFERNAL_DATE@/$(DATE)/' titlepage.tex.in > titlepage.tex ; \
echo " LATEX Userguide.pdf (see latex.log for output)" ; \
+ echo "%% This chapter automatically generated. Do not edit." > manpages.tex ; \
+ echo "\section{Manual pages}" >> manpages.tex ; \
+ for file in ../manpages/*.man ; do\
+ rman -f LaTeX2e $$file 2>/dev/null | /usr/share/doc/hmmer/examples/easel/devkit/rmanprocess.pl >> manpages.tex ;\
+ done ; \
pdflatex main > latex.log 2>&1 ; \
bibtex main >> latex.log 2>&1 ; \
pdflatex main >> latex.log 2>&1 ; \
View it on GitLab: https://salsa.debian.org/med-team/infernal/-/commit/664d235f2a645c0a4f68e9bd47e21f67fc3a8c93
--
View it on GitLab: https://salsa.debian.org/med-team/infernal/-/commit/664d235f2a645c0a4f68e9bd47e21f67fc3a8c93
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201211/024eb0ef/attachment.html>
More information about the debian-med-commit
mailing list