head	1.8;
access;
symbols
	RELEASE_4_3_0:1.7
	RELEASE_4_2_0:1.7
	RELEASE_4_1_0:1.7
	RELEASE_3_5_0:1.7;
locks; strict;
comment	@# @;


1.8
date	2001.06.11.01.16.54;	author ache;	state dead;
branches;
next	1.7;

1.7
date	99.09.06.06.52.34;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	99.09.03.17.24.38;	author nik;	state Exp;
branches;
next	1.5;

1.5
date	99.08.29.00.02.11;	author jhb;	state Exp;
branches;
next	1.4;

1.4
date	99.08.26.19.42.10;	author nik;	state Exp;
branches;
next	1.3;

1.3
date	99.08.19.20.35.53;	author nik;	state Exp;
branches;
next	1.2;

1.2
date	99.08.16.22.09.04;	author nik;	state Exp;
branches;
next	1.1;

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


desc
@@


1.8
log
@ISO_* -> ISO* rename
@
text
@# $FreeBSD: doc/en_US.ISO_8859-1/Makefile,v 1.7 1999/09/06 06:52:34 peter Exp $

SUBDIR = articles
SUBDIR+= books

COMPAT_SYMLINK = en

DOC_PREFIX?= ${.CURDIR}/..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.7
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@Use doc.project.mk in place of docproj.docbook.mk.

Use the new ROOT_SYMLINKS variable where necessary.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.5 1999/08/29 00:02:11 jhb Exp $
@


1.5
log
@Make the doc/en_* makefiles repect ${DOC_PREFIX} when they include
${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded
paths.

Reviewed partially by:	nik, billf
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.4 1999/08/26 19:42:10 nik Exp $
d8 2
a9 15
#
# Put the compatability symlink in place.
#
afterinstall:
.if !defined(IGNORE_COMPAT_SYMLINK)
	if [ ! -e ${DOCDIR}/${COMPAT_SYMLINK} ]; then			\
		rm -rf ${DOCDIR}/${COMPAT_SYMLINK};			\
		(cd ${DOCDIR} && ln -s en_US.ISO_8859-1 ${COMPAT_SYMLINK}); \
	fi
.endif

.include <bsd.subdir.mk>

DOC_PREFIX?= ..
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
@


1.4
log
@When making the compatability symlink, do it in the parent directory
to both directories, and make it relative, rather than absolute.

This fixes the case where you might install the docs under one directory
/foo/bar/..., and then want to migrate them elsewhere (to /usr/share/).

With the old scheme, the symlink would start /foo/bar/..., and would
therefore be broken.

A good example of this happening is "make release" :-)
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.3 1999/08/19 20:35:53 nik Exp $
d22 1
a22 1
.include "../share/mk/docproj.docbook.mk"
@


1.3
log
@Honour ${DOCDIR} when installing the documentation.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.2 1999/08/16 22:09:04 nik Exp $
d15 1
a15 2
		ln -s ${DOCDIR}/en_US.ISO_8859-1			\
		      ${DOCDIR}/${COMPAT_SYMLINK};			\
@


1.2
log
@The new Makefile framework.  Does the right thing (pretty much) except
in the case of */FAQ/Makefile, because the FAQs are all in the wrong
place.  Things still install properly, but some of the directory paths
are hardcoded.  This will be going away ASAP.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.1 1999/03/08 21:43:32 nik Exp $
d13 4
a16 4
	if [ ! -e /usr/local/share/doc/fdp/${COMPAT_SYMLINK} ]; then	\
		rm -rf /usr/local/share/doc/fdp/${COMPAT_SYMLINK};	\
		ln -s /usr/local/share/doc/fdp/en_US.ISO_8859-1		\
		      /usr/local/share/doc/fdp/${COMPAT_SYMLINK};	\
d21 3
@


1.1
log
@New Makefile -- just points to the handbook/ subdirectory for now.
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.5 1998/02/25 04:32:56 hanai Exp $
d3 16
a18 1
SUBDIR = handbook
@

