From d4adaff935784903c1f077f02b98818acc2994e1 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 10 Jun 2001 16:25:53 +0000 Subject: [PATCH] Set the correct library path for all backends by changing @LIBDIR@ to $(libdir)/sane. Henning Meier-Geinitz --- doc/Makefile.in | 2 +- doc/sane-coolscan.man | 4 ++-- doc/sane-dc210.man | 4 ++-- doc/sane-dc240.man | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index df465885b..9fe48bddd 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -61,7 +61,7 @@ all: sane.ps $(MANPAGES) @sed -e 's|@DATADIR@|$(datadir)|g' \ -e 's|@CONFIGDIR@|$(configdir)|g' \ -e 's|@DOCDIR@|$(docdir)|g' \ - -e 's|@LIBDIR@|$(libdir)|g' \ + -e 's|@LIBDIR@|$(libdir)/sane|g' \ -e 's|@BINDIR@|$(bindir)|g' \ -e 's|@SBINDIR@|$(sbindir)|g' $^ >$@ @echo Generating manpage $@... diff --git a/doc/sane-coolscan.man b/doc/sane-coolscan.man index b0a9aa574..321f62bd0 100644 --- a/doc/sane-coolscan.man +++ b/doc/sane-coolscan.man @@ -48,10 +48,10 @@ The backend configuration file: @CONFIGDIR@/coolscan.conf. The static library implementing this backend: - @LIBDIR@/sane/libsane-coolscan.a + @LIBDIR@/libsane-coolscan.a The shared library implementing this backend: - @LIBDIR@/sane/libsane-coolscan.so + @LIBDIR@/libsane-coolscan.so (present on systems that support dynamic loading) .SH ENVIRONMENT diff --git a/doc/sane-dc210.man b/doc/sane-dc210.man index c589eb8aa..ed71f2073 100644 --- a/doc/sane-dc210.man +++ b/doc/sane-dc210.man @@ -56,10 +56,10 @@ The backend configuration file (see also description of .B SANE_CONFIG_DIR below). .TP -.I @LIBDIR@/sane/libsane-dc210.a +.I @LIBDIR@/libsane-dc210.a The static library implementing this backend. .TP -.I @LIBDIR@/sane/libsane-dc210.so +.I @LIBDIR@/libsane-dc210.so The shared library implementing this backend (present on systems that support dynamic loading). diff --git a/doc/sane-dc240.man b/doc/sane-dc240.man index 76fb22395..f2ae56428 100644 --- a/doc/sane-dc240.man +++ b/doc/sane-dc240.man @@ -57,10 +57,10 @@ The backend configuration file (see also description of .B SANE_CONFIG_DIR below). .TP -.I @LIBDIR@/sane/libsane-dc240.a +.I @LIBDIR@/libsane-dc240.a The static library implementing this backend. .TP -.I @LIBDIR@/sane/libsane-dc240.so +.I @LIBDIR@/libsane-dc240.so The shared library implementing this backend (present on systems that support dynamic loading).