From: Matt Birkholz Date: Mon, 6 Nov 2017 21:22:50 +0000 (-0700) Subject: blowfish/debian: Get HTML and PDF versions of new manual installed. X-Git-Tag: mit-scheme-pucked-9.2.12~29 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7985fbe45adf86bd188b5b6f618a3caa0761aea0;p=mit-scheme.git blowfish/debian: Get HTML and PDF versions of new manual installed. --- diff --git a/src/blowfish/debian/doc-base b/src/blowfish/debian/doc-base new file mode 100644 index 000000000..48f8556f4 --- /dev/null +++ b/src/blowfish/debian/doc-base @@ -0,0 +1,13 @@ +Document: mit-scheme-pucked-blowfish +Title: MIT/GNU Scheme Pucked Blowfish Manual +Author: Matt Birkholz +Abstract: The blowfish plugin for MIT/GNU Scheme Pucked wraps the + Blowfish block cipher C API as implemented by libssl. +Section: Programming + +Format: HTML +Index: /usr/share/doc/mit-scheme-pucked/html/blowfish.html +Files: /usr/share/doc/mit-scheme-pucked/html/blowfish.html + +Format: PDF +Files: /usr/share/doc/mit-scheme-pucked/pdf/blowfish.pdf.gz diff --git a/src/blowfish/debian/rules b/src/blowfish/debian/rules index 2016d7bea..7e695ad33 100755 --- a/src/blowfish/debian/rules +++ b/src/blowfish/debian/rules @@ -5,6 +5,9 @@ export MIT_SCHEME_EXE=mit-scheme-pucked %: debian/postinst debian/prerm dh $@ +override_dh_auto_install: debian/postinst debian/prerm + dh_auto_install -- install-html install-pdf + debian/%: debian/%.in sed -e 's|@SCMDOCDIR@|/usr/share/doc/mit-scheme-pucked|g' \ -e 's|@INFODIR@|/usr/share/info|g' \