doc/hu_HU.ISO8859-2/books/handbook/basics/Makefile
Gabor Kovesdan 24d3e7759c - Use %SOURCE% and %SRCID% tags to store the original revisions of the
translated files. In this way, we will be able to generate the
  list of the outdated files automatically.

Obtained from:	The FreeBSD Hungarian Documentation Project
Inspired by:	The FreeBSD Greek Documentation Project
2008-06-25 11:31:19 +00:00

18 lines
317 B
Makefile

#
# Build the Handbook with just the content from this chapter.
#
# %SOURCE% en_US.ISO8859-1/books/handbook/basics/Makefile
# %SRCID% 1.1
#
# $FreeBSD$
#
CHAPTERS= basics/chapter.sgml
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
DOC_PREFIX?= ${.CURDIR}/../../../..
.include "../Makefile"