diff --git a/ru_RU.KOI8-R/books/faq/Makefile b/ru_RU.KOI8-R/books/faq/Makefile index 91d9d9dfc0..058a0873c9 100644 --- a/ru_RU.KOI8-R/books/faq/Makefile +++ b/ru_RU.KOI8-R/books/faq/Makefile @@ -1,26 +1,28 @@ # -# $FreeBSD: doc/ru_RU.KOI8-R/books/faq/Makefile,v 1.3 1999/09/06 06:53:39 peter Exp $ +# $FreeBSD: doc/ru_RU.KOI8-R/books/faq/Makefile,v 1.4 1999/10/13 00:21:10 phantom Exp $ # # Build the Russian FreeBSD FAQ # MAINTAINER=andy@FreeBSD.org phantom@FreeBSD.org DOC?= book FORMATS?= html-split html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= +NO_TIDY= YES + # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS= book.sgml DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk"