plugin Makefile.ams: Set infodir to the Scheme default.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 10 Mar 2016 22:37:26 +0000 (15:37 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 10 Mar 2016 22:37:26 +0000 (15:37 -0700)
src/blowfish/Makefile.am
src/gdbm/Makefile.am
src/mcrypt/Makefile.am
src/md5/Makefile.am
src/mhash/Makefile.am

index 0e9f45003e2f9339cc9651692dec2b0619e40db5..f3e45c39f846390e4219f80d92519640d1d1482f 100644 (file)
@@ -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)
index 0799b654a6f60605e1a1d7e004477b5ac10cb06c..444d6ec662d1c3386cea7b2ae075671d45cd263c 100644 (file)
@@ -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)
index e5a92b2ec4135a3185880e745d7c13c38e10a10a..8e2e61accaa6cd43822b719b368de6ad4dc70341 100644 (file)
@@ -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)
index 8b0c5ff3f96bbf2222af0703707bb4aa70e08a04..d2e26e9973812f5e7785d074c3486715850e3d3c 100644 (file)
@@ -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)
index 8ff47dc10bb5bd3a4aebbf48539bf928c2e113af..b2e23a334561622edda8d8175e1498e295d5f049 100644 (file)
@@ -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)