ISO_ -> ISO rename

This commit is contained in:
Andrey A. Chernov 2001-06-11 02:39:07 +00:00
parent 969cb290db
commit 1ad5b4095a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9588
14 changed files with 69 additions and 69 deletions

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: www/en/FAQ/Makefile,v 1.4 1999/09/15 20:37:03 wosch Exp $
# $FreeBSD: www/en/handbook/Makefile,v 1.6 2001/04/17 09:05:43 nik Exp $
#
.if exists(../Makefile.conf)
@ -12,13 +12,13 @@
# At build time, we have to link to the doc/ directory at the same level
# as the www/ tree.
all:
ln -fs ${.CURDIR}/../../../doc/en_US.ISO_8859-1/books/handbook/* .
ln -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook/* .
# At install time the ../doc/ directory has been populated, so we can
# link in to there instead.
install:
[ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR}
(cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO_8859-1/books/handbook/* ${DOCINSTALLDIR})
(cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO8859-1/books/handbook/* ${DOCINSTALLDIR})
.include "${WEB_PREFIX}/share/mk/web.site.mk"