sync from English Makefile, r51076
PR: 222828
This commit is contained in:
parent
58a4fe64c3
commit
93a30bd6c4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51078
15 changed files with 364 additions and 406 deletions
da_DK.ISO8859-1/htdocs/doc
de_DE.ISO8859-1/htdocs/doc
el_GR.ISO8859-7/htdocs/doc
es_ES.ISO8859-1/htdocs/doc
fr_FR.ISO8859-1/htdocs/doc
hu_HU.ISO8859-2/htdocs/doc
it_IT.ISO8859-15/htdocs/doc
ja_JP.eucJP/htdocs/doc
mn_MN.UTF-8/htdocs/doc
nl_NL.ISO8859-1/htdocs/doc
pt_BR.ISO8859-1/htdocs/doc
ru_RU.KOI8-R/htdocs/doc
tr_TR.ISO8859-9/htdocs/doc
zh_CN.UTF-8/htdocs/doc
zh_TW.UTF-8/htdocs/doc
|
@ -1,43 +1,47 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
.if exists(../Makefile.conf)
|
||||||
# requirements here.
|
.include "../Makefile.conf"
|
||||||
#
|
.endif
|
||||||
.if exists(../Makefile.inc)
|
.if exists(../Makefile.inc)
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/da_DK.ISO8859-1; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/da_DK.ISO8859-1; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/da_DK.ISO8859-1; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf da*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
@unset DESTDIR || true; \
|
@unset DESTDIR || true; \
|
||||||
cd ${.CURDIR}/../../../doc/da_DK.ISO8859-1; \
|
cd ${DOC_PREFIX}/${LANGCODE}; \
|
||||||
${MAKE} ${.TARGET}
|
${MAKE} ${.TARGET}
|
||||||
|
|
|
@ -1,15 +1,10 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# $FreeBSDde$
|
|
||||||
# basiert auf: r44174
|
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -17,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf de* handbook faq
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,22 +1,10 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
#
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# The FreeBSD Greek Documentation Project
|
|
||||||
#
|
|
||||||
# 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.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
# This file should be placed in the www/el/doc directory
|
|
||||||
# (which should be created)
|
|
||||||
#
|
|
||||||
# %SOURCE% en/doc/Makefile
|
|
||||||
# %SRCID% 1.1
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -24,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf el*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -15,35 +12,36 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
|
||||||
INSTALL_COMPRESSED= all
|
|
||||||
|
|
||||||
all-install:
|
all-pgpkeyring:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
|
||||||
|
|
||||||
install clean:
|
clean:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
|
|
||||||
.if make(clean)
|
# here are dragons
|
||||||
${RM} -rf es*
|
install:
|
||||||
.endif
|
unset DESTDIR || true; \
|
||||||
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
@unset DESTDIR || true; \
|
@unset DESTDIR || true; \
|
||||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
cd ${DOC_PREFIX}/${LANGCODE}; \
|
||||||
${MAKE} ${.TARGET}
|
${MAKE} ${.TARGET}
|
||||||
|
|
|
@ -1,64 +1,47 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The FreeBSD French Documentation Project
|
.if exists(../Makefile.conf)
|
||||||
# Original revision: 1.8
|
.include "../Makefile.conf"
|
||||||
|
|
||||||
.if exists(Makefile.conf)
|
|
||||||
.include "Makefile.conf"
|
|
||||||
.endif
|
.endif
|
||||||
.if exists(../Makefile.inc)
|
.if exists(../Makefile.inc)
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# all: all-all all-install all-pgpkeyring
|
_DOC_FORMATS?= html-split html
|
||||||
all: all-all all-install
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
|
||||||
INSTALL_COMPRESSED= all
|
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
|
||||||
all-pgpkeyring:
|
|
||||||
@unset DESTDIR || true; \
|
|
||||||
cd ${DOC_PREFIX}/share/pgpkeys; \
|
|
||||||
${MAKE} \
|
|
||||||
pgpkeyring > ${.OBJDIR}/pgpkeyring.txt
|
|
||||||
|
|
||||||
install clean:
|
all-pgpkeyring:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
clean:
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
# .if make(install)
|
|
||||||
# @unset DESTDIR || true; \
|
# here are dragons
|
||||||
# cd ${.CURDIR}/../../../doc/fr_FR.ISO8859-1/books/handbook; \
|
install:
|
||||||
# ${MAKE} \
|
unset DESTDIR || true; \
|
||||||
# pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
# .endif
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
.if make(clean)
|
|
||||||
# ${RM} -rf fr* handbook faq pgpkeyring.txt
|
|
||||||
${RM} -rf fr*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
@unset DESTDIR || true; \
|
@unset DESTDIR || true; \
|
||||||
cd ${.CURDIR}/../../../doc/fr_FR.ISO8859-1; \
|
cd ${DOC_PREFIX}/${LANGCODE}; \
|
||||||
${MAKE} ${.TARGET}
|
${MAKE} ${.TARGET}
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -15,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf hu*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,43 +1,44 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
.if exists(../Makefile.conf)
|
||||||
# requirements here.
|
.include "../Makefile.conf"
|
||||||
#
|
|
||||||
.if exists(Makefile.conf)
|
|
||||||
.include "Makefile.conf"
|
|
||||||
.endif
|
.endif
|
||||||
.if exists(../Makefile.inc)
|
.if exists(../Makefile.inc)
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf it*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# Original revision: r40713
|
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
|
@ -13,30 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
|
||||||
INSTALL_COMPRESSED= NO_JPMAN= all
|
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= NO_JPMAN= install
|
|
||||||
|
|
||||||
install clean:
|
all-pgpkeyring:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
clean:
|
||||||
INSTALL_COMPRESSED= NO_JPMAN= ${.TARGET}
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf ja*
|
# here are dragons
|
||||||
.endif
|
install:
|
||||||
|
unset DESTDIR || true; \
|
||||||
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -15,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf mn*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# Original revision: 1.8
|
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -16,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf nl*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,17 +1,10 @@
|
||||||
# The FreeBSD Documentation Project
|
|
||||||
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
||||||
#
|
|
||||||
# Original version: 1.8
|
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -19,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf pt* faq
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,62 +1,44 @@
|
||||||
#
|
#
|
||||||
# The FreeBSD Russian Documentation Project
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# $FreeBSDru: frdp/www/ru/doc/Makefile,v 1.2 2004/01/03 04:36:26 andy Exp $
|
|
||||||
#
|
#
|
||||||
# Original revision: 1.8
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
.if exists(Makefile.conf)
|
|
||||||
.include "Makefile.conf"
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
.if exists(../Makefile.inc)
|
.if exists(../Makefile.inc)
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
#
|
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
|
||||||
# in to the right place as necessary.
|
|
||||||
#
|
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
|
|
||||||
#all: all-all all-install all-pgpkeyring
|
_DOC_FORMATS?= html-split html
|
||||||
all: all-all all-install
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
|
||||||
INSTALL_COMPRESSED= all
|
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
|
||||||
all-pgpkeyring:
|
|
||||||
@unset DESTDIR || true; \
|
|
||||||
cd ${DOC_PREFIX}/share/pgpkeys; \
|
|
||||||
${MAKE} \
|
|
||||||
pgpkeyring > ${.OBJDIR}/pgpkeyring.txt
|
|
||||||
|
|
||||||
install clean:
|
all-pgpkeyring:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
clean:
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
#.if make(install)
|
|
||||||
# @unset DESTDIR || true; \
|
# here are dragons
|
||||||
# cd ${DOC_PREFIX}/${LANGCODE}/books/handbook; \
|
install:
|
||||||
# ${MAKE} \
|
unset DESTDIR || true; \
|
||||||
# pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
#.endif
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf ru* handbook faq
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
#
|
#
|
||||||
# The FreeBSD Documentation Project
|
|
||||||
# The FreeBSD Turkish Documentation Project#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# Based on: 1.8
|
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -18,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf tr*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# Original revision: 1.8
|
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -16,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf zh_CN*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# Original revision: 1.8
|
|
||||||
#
|
#
|
||||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
|
||||||
# in to the right place as necessary.
|
# in to the right place as necessary.
|
||||||
#
|
#
|
||||||
# This assumes that you have the www/ and doc/ trees checked out beside
|
|
||||||
# one another -- this was always the case anyway, so there are no extra
|
|
||||||
# requirements here.
|
|
||||||
#
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
@ -16,29 +12,33 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
all: all-all all-install
|
_DOC_FORMATS?= html-split html
|
||||||
|
|
||||||
|
all: all-all
|
||||||
|
|
||||||
|
|
||||||
all-all:
|
all-all:
|
||||||
@unset DESTDIR || true; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
|
||||||
${MAKE} FORMATS="html-split html" \
|
all-pgpkeyring:
|
||||||
INSTALL_COMPRESSED= all
|
${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
|
||||||
all-install:
|
|
||||||
@unset DESTDIR || true; \
|
clean:
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
|
||||||
INSTALL_COMPRESSED= install
|
# here are dragons
|
||||||
install clean:
|
install:
|
||||||
@unset DESTDIR || true; \
|
unset DESTDIR || true; \
|
||||||
cd ${DOC_PREFIX}/${LANGCODE}; \
|
${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
|
||||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
|
||||||
INSTALL_COMPRESSED= ${.TARGET}
|
|
||||||
.if make(clean)
|
|
||||||
${RM} -rf zh_TW*
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
.if ${LANGCODE} == en_US.ISO8859-1
|
||||||
|
all: all-pgpkeyring
|
||||||
|
.endif
|
||||||
|
|
||||||
|
|
||||||
|
# XXX
|
||||||
obj: _OBJUSE
|
obj: _OBJUSE
|
||||||
|
|
||||||
_OBJUSE: .USE
|
_OBJUSE: .USE
|
||||||
|
|
Loading…
Reference in a new issue