svn commit: r40614 - in head/de_DE.ISO8859-1/articles: . port-mentor-guidelines

Benedict Reuschling bcr at FreeBSD.org
Sun Jan 13 17:04:53 UTC 2013


Author: bcr
Date: Sun Jan 13 17:04:52 2013
New Revision: 40614
URL: http://svnweb.freebsd.org/changeset/doc/40614

Log:
  Add a translated version of the port-mentor-guidelines article.
  Thanks to Glen Barber for helping me setting the properties on new files.
  
  Obtained from:	The FreeBSD German Documentation Project

Added:
  head/de_DE.ISO8859-1/articles/port-mentor-guidelines/
  head/de_DE.ISO8859-1/articles/port-mentor-guidelines/Makefile   (contents, props changed)
  head/de_DE.ISO8859-1/articles/port-mentor-guidelines/article.xml   (contents, props changed)
Modified:
  head/de_DE.ISO8859-1/articles/Makefile

Modified: head/de_DE.ISO8859-1/articles/Makefile
==============================================================================
--- head/de_DE.ISO8859-1/articles/Makefile	Sun Jan 13 15:50:31 2013	(r40613)
+++ head/de_DE.ISO8859-1/articles/Makefile	Sun Jan 13 17:04:52 2013	(r40614)
@@ -12,6 +12,7 @@ SUBDIR+= explaining-bsd
 SUBDIR+= laptop
 SUBDIR+= linux-comparison
 SUBDIR+= new-users
+SUBDIR+= port-mentor-guidelines
 SUBDIR+= solid-state
 
 # ROOT_SYMLINKS+= new-users

Added: head/de_DE.ISO8859-1/articles/port-mentor-guidelines/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/de_DE.ISO8859-1/articles/port-mentor-guidelines/Makefile	Sun Jan 13 17:04:52 2013	(r40614)
@@ -0,0 +1,22 @@
+#
+#    The FreeBSD Documentation Project
+#    The FreeBSD German Documentation Project
+#
+#    $FreeBSD$
+#    basiert auf: r39631
+#
+# Article: Port Mentor Guidelines
+#
+
+DOC?= article
+
+FORMATS?= html
+WITH_ARTICLE_TOC?= YES
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS=		article.xml
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"

Added: head/de_DE.ISO8859-1/articles/port-mentor-guidelines/article.xml
==============================================================================
Binary file. No diff available.


More information about the svn-doc-all mailing list