From: Matt Birkholz Date: Thu, 14 Sep 2017 23:10:12 +0000 (-0700) Subject: devops: Install the manpage. X-Git-Tag: mit-scheme-pucked-9.2.12~61 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=99996f96cd42b413c337e20782d56bd17aad98dd;p=mit-scheme.git devops: Install the manpage. --- diff --git a/src/devops/build.scm b/src/devops/build.scm index b28f7313f..071fa8dc2 100644 --- a/src/devops/build.scm +++ b/src/devops/build.scm @@ -117,8 +117,7 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. (run "cd "pkgdir"/src && make compile-microcode") (run "cd "pkgdir"/src && umask 022 && make install") (run "cd "pkgdir"/doc && ./configure") - (run "cd "pkgdir"/doc && umask 022" - " && make install-info install-html install-pdf"))) + (run "cd "pkgdir"/doc && umask 022 && make install install-pdf"))) (define (build-core-dpkg name vers) (let ((pkgdir (string build-dir"/"name"-"vers)))