head	1.6;
access;
symbols
	HRS_XML_CLEANUP:1.6
	HRS_XML_CLEANUP_PRE:1.6
	EMILYBOYD_REDESIGN:1.6
	PRE_REDESIGN:1.6
	XML_XSL_XP:1.4.0.2
	XML_XSL_XP_BP:1.4;
locks; strict;
comment	@# @;


1.6
date	2002.11.25.16.54.19;	author jesusr;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.25.12.23.00;	author jesusr;	state Exp;
branches;
next	1.4;

1.4
date	2001.06.11.02.39.05;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	99.09.15.20.37.11;	author wosch;	state Exp;
branches;
next	1.2;

1.2
date	99.09.06.07.03.00;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	99.08.19.20.53.38;	author nik;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Replace whitespaces by tabs where needed.
@
text
@#
# $FreeBSD: www/es/FAQ/Makefile,v 1.5 2002/11/25 12:23:00 jesusr Exp $
#
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

# At build time, we have to link to the doc/ directory at the same level
# as the www/ tree.
all:
	${LN} -fs ${.OBJDIR}/../../../doc/es_ES.ISO8859-1/books/faq/* .

# At install time the www/en/doc/ directory has been populated, so we can
# link in to there instead.
install:
	[ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR}
	cd ${DOCINSTALLDIR}; \
		${LN} -fs ../doc/es_ES.ISO8859-1/books/faq/* ${DOCINSTALLDIR}

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.5
log
@Build FAQ and handbook on the right path.
@
text
@d2 1
a2 1
# $FreeBSD: www/es/FAQ/Makefile,v 1.4 2001/06/11 02:39:05 ache Exp $
d17 1
a17 1
        ${LN} -fs ${.OBJDIR}/../../../doc/es_ES.ISO8859-1/books/faq/* .
d22 3
a24 3
        [ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR}
        cd ${DOCINSTALLDIR}; \
                ${LN} -fs ../doc/es_ES.ISO8859-1/books/faq/* ${DOCINSTALLDIR}
@


1.4
log
@ISO_ -> ISO rename
@
text
@d2 1
a2 1
# $FreeBSD: www/es/FAQ/Makefile,v 1.3 1999/09/15 20:37:11 wosch Exp $
d7 2
a8 4
all install clean:
	(cd ../../../doc/es_ES.ISO8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET})
.if make(install)
	(cd ${DESTDIR}/data/es/FAQ; ln -sf index.html FAQ.html)
d10 17
@


1.3
log
@Use the right make command: make -> ${MAKE}
@
text
@d2 1
a2 1
# $FreeBSD: www/es/FAQ/Makefile,v 1.2 1999/09/06 07:03:00 peter Exp $
d8 1
a8 1
	(cd ../../../doc/es_ES.ISO_8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET})
@


1.2
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d2 1
a2 1
# $FreeBSD$
d8 1
a8 1
	(cd ../../../doc/es_ES.ISO_8859-1/books/faq; make 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/es/FAQ ${.TARGET})
@


1.1
log
@Makefile framework to pull the DocBook FAQ in to the web site.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/04/15 22:48:28 nik Exp $
@

