aboutsummaryrefslogtreecommitdiff
path: root/es_ES.ISO8859-1/htdocs/doc/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-05-17 03:23:15 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-05-17 03:23:15 +0000
commit4fe414e55f71a98004350e582bfeb852f5758769 (patch)
treecef8e8b44236eea349b9f90e1eebcc80c56017c1 /es_ES.ISO8859-1/htdocs/doc/Makefile
parent282a032540622ef194d646326406f3349c379554 (diff)
downloaddoc-4fe414e55f71a98004350e582bfeb852f5758769.tar.gz
doc-4fe414e55f71a98004350e582bfeb852f5758769.zip
- Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share. - s/WEB_PREFIX/DOC_PREFIX/ - Update the webupdate script to use the SVN repository. Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=38822
Diffstat (limited to 'es_ES.ISO8859-1/htdocs/doc/Makefile')
-rw-r--r--es_ES.ISO8859-1/htdocs/doc/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/es_ES.ISO8859-1/htdocs/doc/Makefile b/es_ES.ISO8859-1/htdocs/doc/Makefile
index e972b576fd..7a537039ff 100644
--- a/es_ES.ISO8859-1/htdocs/doc/Makefile
+++ b/es_ES.ISO8859-1/htdocs/doc/Makefile
@@ -8,24 +8,30 @@
# one another -- this was always the case anyway, so there are no extra
# requirements here.
#
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
all: all-all all-install
all-all:
@unset DESTDIR || true; \
- cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
+ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" \
INSTALL_COMPRESSED= all
all-install:
@unset DESTDIR || true; \
- cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
+ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
INSTALL_COMPRESSED= install
install clean:
@unset DESTDIR || true; \
- cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
+ cd ${DOC_PREFIX}/${LANGCODE}; \
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
INSTALL_COMPRESSED= ${.TARGET}
@@ -33,7 +39,7 @@ install clean:
${RM} -rf es*
.endif
-.include "${.CURDIR}/../../share/mk/web.site.mk"
+.include "${DOC_PREFIX}/share/mk/web.site.mk"
obj: _OBJUSE