From owner-svn-doc-all@FreeBSD.ORG Sat Oct 20 15:04:07 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BC6FAE7; Sat, 20 Oct 2012 15:04:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 513228FC08; Sat, 20 Oct 2012 15:04:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9KF47LV051218; Sat, 20 Oct 2012 15:04:07 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9KF47dV051217; Sat, 20 Oct 2012 15:04:07 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201210201504.q9KF47dV051217@svn.freebsd.org> From: Rene Ladan Date: Sat, 20 Oct 2012 15:04:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r39782 - translations/nl_NL.ISO8859-1/books/faq X-SVN-Group: doc-translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 15:04:07 -0000 Author: rene Date: Sat Oct 20 15:04:06 2012 New Revision: 39782 URL: http://svn.freebsd.org/changeset/doc/39782 Log: Modernize the FAQ Makefile and add tracking information to it. Modified: translations/nl_NL.ISO8859-1/books/faq/Makefile Modified: translations/nl_NL.ISO8859-1/books/faq/Makefile ============================================================================== --- translations/nl_NL.ISO8859-1/books/faq/Makefile Sat Oct 20 15:01:02 2012 (r39781) +++ translations/nl_NL.ISO8859-1/books/faq/Makefile Sat Oct 20 15:04:06 2012 (r39782) @@ -3,6 +3,8 @@ # # Build the FreeBSD FAQ # +# %SOURCE% en_US.ISO8859-1/books/faq/Makefile +# %SRCID% 39665 MAINTAINER=remko@FreeBSD.org @@ -16,12 +18,12 @@ INSTALL_ONLY_COMPRESSED?= WITH_BIBLIOXREF_TITLE?=YES # -# SRCS lists the individual SGML files that make up the document. Changes +# SRCS lists the individual XML files that make up the document. Changes # to any of these files will force a rebuild # -# SGML content -SRCS= book.sgml +# XML content +SRCS= book.xml URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../..