svn commit: r48299 - in user/jgh: . committers-guide

Jason Helfman jgh at FreeBSD.org
Tue Mar 1 01:03:48 UTC 2016


Author: jgh
Date: Tue Mar  1 01:03:46 2016
New Revision: 48299
URL: https://svnweb.freebsd.org/changeset/doc/48299

Log:
  - add doc space

Added:
  user/jgh/
  user/jgh/committers-guide/
  user/jgh/committers-guide/Makefile
  user/jgh/committers-guide/article.xml   (contents, props changed)

Added: user/jgh/committers-guide/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/jgh/committers-guide/Makefile	Tue Mar  1 01:03:46 2016	(r48299)
@@ -0,0 +1,26 @@
+#
+# $FreeBSD: user/jgh/committers-guide/Makefile 296246 2016-03-01 00:54:07Z jgh $
+#
+# Article: The FreeBSD Committers Guide
+
+DOC?= article
+
+FORMATS?= html
+WITH_ARTICLE_TOC?= YES
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS=	article.xml
+
+IMAGES_LIB=	callouts/1.png
+IMAGES_LIB+=	callouts/2.png
+IMAGES_LIB+=	callouts/3.png
+IMAGES_LIB+=	callouts/4.png
+IMAGES_LIB+=	callouts/5.png
+IMAGES_LIB+=	callouts/6.png
+
+URL_RELPREFIX?=	../../../..
+DOC_PREFIX?=	${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"

Added: user/jgh/committers-guide/article.xml
==============================================================================
Binary file. No diff available.


More information about the svn-doc-user mailing list