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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit