mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-19 07:34:09 +00:00
Make configure switch "--docdir" work (closes: #108)
This commit is contained in:
parent
c65bf5d2ce
commit
f72e22d361
@ -616,7 +616,7 @@ B=`eval echo ${bindir}` ; B=`eval echo ${B}`
|
|||||||
S=`eval echo ${sbindir}` ; S=`eval echo ${S}`
|
S=`eval echo ${sbindir}` ; S=`eval echo ${S}`
|
||||||
C=`eval echo ${sysconfdir}` ; C=`eval echo ${C}`
|
C=`eval echo ${sysconfdir}` ; C=`eval echo ${C}`
|
||||||
M=`eval echo ${mandir}` ; M=`eval echo ${M}`
|
M=`eval echo ${mandir}` ; M=`eval echo ${M}`
|
||||||
D=`eval echo ${datadir}/doc/${PACKAGE}` ; D=`eval echo ${D}`
|
D=`eval echo ${docdir}` ; D=`eval echo ${D}`
|
||||||
|
|
||||||
echo " Target: ${target}"
|
echo " Target: ${target}"
|
||||||
test "$target" != "$host" && echo " Host: ${host}"
|
test "$target" != "$host" && echo " Host: ${host}"
|
||||||
|
@ -19,7 +19,7 @@ EXTRA_DIST = FAQ.txt GIT.txt Protocol.txt Platforms.txt README-AUX.txt \
|
|||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in
|
||||||
|
|
||||||
docdir = $(datadir)/doc/$(PACKAGE)
|
docdir ?= $(datadir)/doc/$(PACKAGE)
|
||||||
|
|
||||||
documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \
|
documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \
|
||||||
../NEWS ../README
|
../NEWS ../README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user