Index: head/de_DE.ISO8859-1/htdocs/doc/Makefile =================================================================== --- head/de_DE.ISO8859-1/htdocs/doc/Makefile (revision 49588) +++ head/de_DE.ISO8859-1/htdocs/doc/Makefile (revision 49589) @@ -1,48 +1,48 @@ # # $FreeBSD$ -# $FreeBSDde: de-www/doc/Makefile,v 1.2 2006/10/19 19:26:01 jkois Exp $ -# basiert auf: 1.9 +# $FreeBSDde$ +# basiert auf: r44174 # # 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. # .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif all: all-all all-install all-all: @unset DESTDIR || true; \ 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 install clean: @unset DESTDIR || true; \ cd ${DOC_PREFIX}/${LANGCODE}; \ ${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \ INSTALL_COMPRESSED= ${.TARGET} .if make(clean) ${RM} -rf de* handbook faq .endif .include "${DOC_PREFIX}/share/mk/web.site.mk" obj: _OBJUSE _OBJUSE: .USE @unset DESTDIR || true; \ cd ${DOC_PREFIX}/${LANGCODE}; \ ${MAKE} ${.TARGET}