Catch up with the English version.

This commit is contained in:
Hiroki Sato 2006-08-19 21:28:19 +00:00
parent 5305bb945d
commit 8ae0ce213c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28476
2 changed files with 28 additions and 16 deletions

View file

@ -1,5 +1,6 @@
# #
# $FreeBSD$ # $FreeBSD: www/nl/doc/Makefile,v 1.1 2004/09/27 12:00:03 josef Exp $
# Original revision: 1.8
# #
# Build the FreeBSD documentation *outside* of the www tree, and install it # Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
@ -8,33 +9,39 @@
# one another -- this was always the case anyway, so there are no extra # one another -- this was always the case anyway, so there are no extra
# requirements here. # requirements here.
# #
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
all: all-all all-install all: all-all all-install
all-all: all-all:
@unset DESTDIR || true; \ @unset DESTDIR || true; \
cd ${.CURDIR}/../../../doc/nl_NL.ISO8859-1; \ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" \ ${MAKE} FORMATS="html-split html" \
INSTALL_COMPRESSED= all INSTALL_COMPRESSED= all
all-install: all-install:
@unset DESTDIR || true; \ @unset DESTDIR || true; \
cd ${.CURDIR}/../../../doc/nl_NL.ISO8859-1; \ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \ ${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
INSTALL_COMPRESSED= install INSTALL_COMPRESSED= install
install clean: install clean:
@unset DESTDIR || true; \ @unset DESTDIR || true; \
cd ${.CURDIR}/../../../doc/nl_NL.ISO8859-1; \ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \ ${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
INSTALL_COMPRESSED= ${.TARGET} INSTALL_COMPRESSED= ${.TARGET}
.if make(clean) .if make(clean)
${RM} -rf nl* ${RM} -rf nl*
.endif .endif
.include "${.CURDIR}/../../share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"
obj: _OBJUSE obj: _OBJUSE
_OBJUSE: .USE _OBJUSE: .USE
@unset DESTDIR || true; \ @unset DESTDIR || true; \
cd ${.CURDIR}/../../../doc/nl_NL.ISO8859-1; \ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} ${.TARGET} ${MAKE} ${.TARGET}

View file

@ -3,7 +3,7 @@
# #
# Original version: 1.8 # Original version: 1.8
# #
# $FreeBSD$ # $FreeBSD: www/pt_BR/doc/Makefile,v 1.1 2004/01/05 03:05:24 lioux Exp $
# #
# Build the FreeBSD documentation *outside* of the www tree, and install it # Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary. # in to the right place as necessary.
@ -12,34 +12,39 @@
# one another -- this was always the case anyway, so there are no extra # one another -- this was always the case anyway, so there are no extra
# requirements here. # requirements here.
# #
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
all: all-all all-install all: all-all all-install
all-all: all-all:
unset DESTDIR || true; \ @unset DESTDIR || true; \
cd ${.CURDIR}/../../../doc/pt_BR.ISO8859-1; \ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" \ ${MAKE} FORMATS="html-split html" \
INSTALL_COMPRESSED= all INSTALL_COMPRESSED= all
all-install: all-install:
unset DESTDIR || true; \ @unset DESTDIR || true; \
cd ${.CURDIR}/../../../doc/pt_BR.ISO8859-1; \ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \ ${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
INSTALL_COMPRESSED= install INSTALL_COMPRESSED= install
install clean: install clean:
unset DESTDIR || true; \ @unset DESTDIR || true; \
cd ${.CURDIR}/../../../doc/pt_BR.ISO8859-1; \ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \ ${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
INSTALL_COMPRESSED= ${.TARGET} INSTALL_COMPRESSED= ${.TARGET}
.if make(clean) .if make(clean)
${RM} -rf pt* faq ${RM} -rf pt* faq
.endif .endif
.include "${.CURDIR}/../../share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"
obj: _OBJUSE obj: _OBJUSE
_OBJUSE: .USE _OBJUSE: .USE
@unset DESTDIR || true; \ @unset DESTDIR || true; \
cd ${.CURDIR}/../../../doc/pt_BR.ISO8859-1; \ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} ${.TARGET} ${MAKE} ${.TARGET}