Date: Sat, 20 Oct 2012 15:04:07 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> 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 Message-ID: <201210201504.q9KF47dV051217@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}/../../..
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210201504.q9KF47dV051217>