Using $(prefix)/share/doc/ngircd as documentation directory again.

This commit is contained in:
Alexander Barton 2003-04-21 08:01:29 +00:00
parent 4ef6dae1cd
commit 8e43b16d22
2 changed files with 4 additions and 4 deletions

View File

@ -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}"

View File

@ -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