From eb21ab7b3ac2485f22c24e7112aef42316297163 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 10 Mar 2016 15:37:26 -0700 Subject: [PATCH] plugin Makefile.ams: Set infodir to the Scheme default. --- src/blowfish/Makefile.am | 3 ++- src/gdbm/Makefile.am | 3 ++- src/mcrypt/Makefile.am | 3 ++- src/md5/Makefile.am | 3 ++- src/mhash/Makefile.am | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) 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) -- 2.25.1