aboutsummaryrefslogtreecommitdiff
path: root/es_ES.ISO8859-1/htdocs/doc/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-05-17 02:51:08 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-05-17 02:51:08 +0000
commit282a032540622ef194d646326406f3349c379554 (patch)
treefeaefb45542a569175c58ea7016463938c1e9e9e /es_ES.ISO8859-1/htdocs/doc/Makefile
parent2519deaad71bcaff33737e23ebcbd2824782ad0d (diff)
parent84d6e5fb459d9143f8b529749d8cde9face5b5e7 (diff)
downloaddoc-282a032540622ef194d646326406f3349c379554.tar.gz
doc-282a032540622ef194d646326406f3349c379554.zip
Notes
Diffstat (limited to 'es_ES.ISO8859-1/htdocs/doc/Makefile')
-rw-r--r--es_ES.ISO8859-1/htdocs/doc/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/es_ES.ISO8859-1/htdocs/doc/Makefile b/es_ES.ISO8859-1/htdocs/doc/Makefile
new file mode 100644
index 0000000000..e972b576fd
--- /dev/null
+++ b/es_ES.ISO8859-1/htdocs/doc/Makefile
@@ -0,0 +1,43 @@
+#
+# $FreeBSD: www/es/doc/Makefile,v 1.2 2002/11/25 16:52:43 jesusr Exp $
+#
+# Build the FreeBSD documentation *outside* of the www tree, and install it
+# in to the right place as necessary.
+#
+# This assumes that you have the www/ and doc/ trees checked out beside
+# one another -- this was always the case anyway, so there are no extra
+# requirements here.
+#
+
+all: all-all all-install
+
+all-all:
+ @unset DESTDIR || true; \
+ cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
+ ${MAKE} FORMATS="html-split html" \
+ INSTALL_COMPRESSED= all
+
+all-install:
+ @unset DESTDIR || true; \
+ cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
+ ${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
+ INSTALL_COMPRESSED= install
+
+install clean:
+ @unset DESTDIR || true; \
+ cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
+ ${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
+ INSTALL_COMPRESSED= ${.TARGET}
+
+.if make(clean)
+ ${RM} -rf es*
+.endif
+
+.include "${.CURDIR}/../../share/mk/web.site.mk"
+
+obj: _OBJUSE
+
+_OBJUSE: .USE
+ @unset DESTDIR || true; \
+ cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
+ ${MAKE} ${.TARGET}