diff --git a/fr_FR.ISO8859-1/books/handbook/eresources/Makefile b/fr_FR.ISO8859-1/books/handbook/eresources/Makefile new file mode 100644 index 0000000000..74c5373f4b --- /dev/null +++ b/fr_FR.ISO8859-1/books/handbook/eresources/Makefile @@ -0,0 +1,17 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# $Id: Makefile,v 1.1 2002-09-15 20:04:14 blackend Exp $ +# Original revision: 1.1 +# + +CHAPTERS= eresources/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile"