aboutsummaryrefslogtreecommitdiff
path: root/es_ES.ISO8859-1
diff options
context:
space:
mode:
authorJ. Vicente Carrasco <carvay@FreeBSD.org>2005-01-12 19:42:24 +0000
committerJ. Vicente Carrasco <carvay@FreeBSD.org>2005-01-12 19:42:24 +0000
commit6d6fd4722c4918ebf98b39a64af5fd80f60ad674 (patch)
tree5d19bf4ba970a634ea5d5220289fd7c492714081 /es_ES.ISO8859-1
parentd6ee32ba2d846e907818ed075c0e05b938a3f244 (diff)
Notes
Diffstat (limited to 'es_ES.ISO8859-1')
-rw-r--r--es_ES.ISO8859-1/articles/releng/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/es_ES.ISO8859-1/articles/releng/Makefile b/es_ES.ISO8859-1/articles/releng/Makefile
new file mode 100644
index 0000000000..8235f1858b
--- /dev/null
+++ b/es_ES.ISO8859-1/articles/releng/Makefile
@@ -0,0 +1,26 @@
+#
+# $FreeBSD$
+# $FreeBSDes: doc/es_ES.ISO8859-1/articles/releng/Makefile,v 1.1 2004/10/15 01:30:12 carvay Exp $
+# Version: 1.14
+#
+# Article: FreeBSD Release Engineering
+
+DOC?= article
+
+FORMATS?= html
+WITH_ARTICLE_TOC?= YES
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS= article.sgml
+IMAGES_EN= branches-head.pic
+IMAGES_EN+= branches-releng3.pic
+IMAGES_EN+= branches-releng4.pic
+
+CSS_SHEET_ADDITIONS= extra.css
+
+URL_RELPREFIX?= ../../../..
+DOC_PREFIX?= ${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"