head	1.3;
access;
symbols
	HRS_XML_CLEANUP:1.3
	HRS_XML_CLEANUP_PRE:1.3
	EMILYBOYD_REDESIGN:1.3
	PRE_REDESIGN:1.3;
locks; strict;
comment	@# @;


1.3
date	2002.11.25.17.18.58;	author keramida;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.25.16.52.43;	author jesusr;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.25.12.26.21;	author jesusr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Unbreak web build: replace space characters with tabs where necessary.
@
text
@#
# $FreeBSD: www/es/doc/Makefile,v 1.2 2002/11/25 16:52:43 jesusr Exp $
#
# 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-all:
	@@unset DESTDIR || true; \
	cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
		${MAKE} FORMATS="html-split html" \
			INSTALL_COMPRESSED= all

all-install:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
		${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
			INSTALL_COMPRESSED= install

install clean:
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
		${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
			INSTALL_COMPRESSED= ${.TARGET}

.if make(clean)
	${RM} -rf es*
.endif

.include "${.CURDIR}/../../share/mk/web.site.mk"

obj: _OBJUSE

_OBJUSE: .USE
	@@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
		${MAKE} ${.TARGET}
@


1.2
log
@Replace whitespaces by tabs were needed.
@
text
@d2 1
a2 1
# $FreeBSD: www/es/doc/Makefile,v 1.1 2002/11/25 12:26:21 jesusr Exp $
d15 2
a16 2
        @@unset DESTDIR || true; \
	 cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
d19 1
d25 1
d31 1
@


1.1
log
@Integrate building the spanish handbook with the spanish web.
@
text
@d2 1
a2 1
# $FreeBSD$
d16 3
a18 3
         cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
                ${MAKE} FORMATS="html-split html" \
                        INSTALL_COMPRESSED= all
d20 4
a23 4
        @@unset DESTDIR || true; \
         cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
                ${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
                        INSTALL_COMPRESSED= install
d25 4
a28 4
        @@unset DESTDIR || true; \
         cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
                ${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
                        INSTALL_COMPRESSED= ${.TARGET}
d30 1
a30 1
        ${RM} -rf es*
d38 3
a40 3
        @@unset DESTDIR || true; \
         cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
                ${MAKE} ${.TARGET}
@

