From 8e43b16d22bc936d4d76f752e5e6515424273c66 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 21 Apr 2003 08:01:29 +0000 Subject: [PATCH] Using $(prefix)/share/doc/ngircd as documentation directory again. --- configure.in | 4 ++-- doc/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index a7653a65..8350a3af 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.87 2003/03/31 16:17:33 alex Exp $ +# $Id: configure.in,v 1.88 2003/04/21 08:01:29 alex Exp $ # # -- Initialisierung -- @@ -289,7 +289,7 @@ B=`eval echo ${bindir}` ; B=`eval echo ${B}` S=`eval echo ${sbindir}` ; S=`eval echo ${S}` C=`eval echo ${sysconfdir}` ; C=`eval echo ${C}` M=`eval echo ${mandir}` ; M=`eval echo ${M}` -D=`eval echo ${datadir}/doc/ngIRCd` ; D=`eval echo ${D}` +D=`eval echo ${datadir}/doc/${PACKAGE}` ; D=`eval echo ${D}` echo " Host: ${host}" echo " Compiler: ${CC}" diff --git a/doc/Makefile.am b/doc/Makefile.am index 254aa3b3..1529d651 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,7 +9,7 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.15 2003/03/31 16:00:49 alex Exp $ +# $Id: Makefile.am,v 1.16 2003/04/21 08:01:29 alex Exp $ # EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \ @@ -18,7 +18,7 @@ EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \ maintainer-clean-local: rm -f Makefile Makefile.in -docdir = $(datadir)/doc/ngIRCd +docdir = $(datadir)/doc/$(PACKAGE) documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \ ../NEWS ../README -- 2.39.2