diff --git a/pt_BR.ISO8859-1/books/handbook/pgpkeys/Makefile b/pt_BR.ISO8859-1/books/handbook/pgpkeys/Makefile new file mode 100644 index 0000000000..7addc85ccf --- /dev/null +++ b/pt_BR.ISO8859-1/books/handbook/pgpkeys/Makefile @@ -0,0 +1,22 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Build the FreeBSD Handbook (Brazilian Portuguese). +# +# The FreeBSD Documentation Project +# The FreeBSD Brazilian Portuguese Documentation Project +# +# Original revision: 1.1 +# + +CHAPTERS= pgpkeys/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile"