svn commit: r39782 - translations/nl_NL.ISO8859-1/books/faq

Rene Ladan rene at FreeBSD.org
Sat Oct 20 15:04:07 UTC 2012


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 at 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}/../../..


More information about the svn-doc-translations mailing list