From: Matt Birkholz Date: Thu, 10 Mar 2016 22:37:26 +0000 (-0700) Subject: plugin Makefile.ams: Set infodir to the Scheme default. X-Git-Tag: mit-scheme-pucked-9.2.12~261^2~75^2~3 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=eb21ab7b3ac2485f22c24e7112aef42316297163;p=mit-scheme.git plugin Makefile.ams: Set infodir to the Scheme default. --- diff --git a/src/blowfish/Makefile.am b/src/blowfish/Makefile.am index 0e9f45003..f3e45c39f 100644 --- a/src/blowfish/Makefile.am +++ b/src/blowfish/Makefile.am @@ -38,7 +38,8 @@ scmlib_blowfish_DATA += blowfish-@MIT_SCHEME_OS_SUFFIX@.pkd #info_TEXINFOS = mit-scheme-blowfish.texi AM_MAKEINFOHTMLFLAGS = --no-split -# Set this to the default used by Scheme. +# Set these to the defaults used by Scheme. +infodir = $(datarootdir)/info htmldir = $(libdir)/mit-scheme/doc AM_CPPFLAGS = -I$(scmlibdir) diff --git a/src/gdbm/Makefile.am b/src/gdbm/Makefile.am index 0799b654a..444d6ec66 100644 --- a/src/gdbm/Makefile.am +++ b/src/gdbm/Makefile.am @@ -38,7 +38,8 @@ scmlib_gdbm_DATA += gdbm-@MIT_SCHEME_OS_SUFFIX@.pkd #info_TEXINFOS = mit-scheme-gdbm.texi AM_MAKEINFOHTMLFLAGS = --no-split -# Set this to the default used by Scheme. +# Set these to the defaults used by Scheme. +infodir = $(datarootdir)/info htmldir = $(libdir)/mit-scheme/doc AM_CPPFLAGS = -I$(scmlibdir) diff --git a/src/mcrypt/Makefile.am b/src/mcrypt/Makefile.am index e5a92b2ec..8e2e61acc 100644 --- a/src/mcrypt/Makefile.am +++ b/src/mcrypt/Makefile.am @@ -38,7 +38,8 @@ scmlib_mcrypt_DATA += mcrypt-@MIT_SCHEME_OS_SUFFIX@.pkd #info_TEXINFOS = mit-scheme-mcrypt.texi AM_MAKEINFOHTMLFLAGS = --no-split -# Set this to the default used by Scheme. +# Set these to the defaults used by Scheme. +infodir = $(datarootdir)/info htmldir = $(libdir)/mit-scheme/doc AM_CPPFLAGS = -I$(scmlibdir) diff --git a/src/md5/Makefile.am b/src/md5/Makefile.am index 8b0c5ff3f..d2e26e997 100644 --- a/src/md5/Makefile.am +++ b/src/md5/Makefile.am @@ -38,7 +38,8 @@ scmlib_md5_DATA += md5-@MIT_SCHEME_OS_SUFFIX@.pkd #info_TEXINFOS = mit-scheme-md5.texi AM_MAKEINFOHTMLFLAGS = --no-split -# Set this to the default used by Scheme. +# Set these to the defaults used by Scheme. +infodir = $(datarootdir)/info htmldir = $(libdir)/mit-scheme/doc AM_CPPFLAGS = -I$(scmlibdir) diff --git a/src/mhash/Makefile.am b/src/mhash/Makefile.am index 8ff47dc10..b2e23a334 100644 --- a/src/mhash/Makefile.am +++ b/src/mhash/Makefile.am @@ -38,7 +38,8 @@ scmlib_mhash_DATA += mhash-@MIT_SCHEME_OS_SUFFIX@.pkd #info_TEXINFOS = mit-scheme-mhash.texi AM_MAKEINFOHTMLFLAGS = --no-split -# Set this to the default used by Scheme. +# Set these to the defaults used by Scheme. +infodir = $(datarootdir)/info htmldir = $(libdir)/mit-scheme/doc AM_CPPFLAGS = -I$(scmlibdir)