aboutsummaryrefslogtreecommitdiff
path: root/pt_BR.ISO8859-1
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 /pt_BR.ISO8859-1
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 'pt_BR.ISO8859-1')
-rw-r--r--pt_BR.ISO8859-1/Makefile.inc3
-rw-r--r--pt_BR.ISO8859-1/htdocs/FAQ/Makefile2
-rw-r--r--pt_BR.ISO8859-1/htdocs/Makefile2
-rw-r--r--pt_BR.ISO8859-1/htdocs/Makefile.inc2
-rw-r--r--pt_BR.ISO8859-1/htdocs/doc/Makefile2
5 files changed, 7 insertions, 4 deletions
diff --git a/pt_BR.ISO8859-1/Makefile.inc b/pt_BR.ISO8859-1/Makefile.inc
new file mode 100644
index 0000000000..453700a49b
--- /dev/null
+++ b/pt_BR.ISO8859-1/Makefile.inc
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+DOC_PREFIX?= ${.CURDIR}/../..
diff --git a/pt_BR.ISO8859-1/htdocs/FAQ/Makefile b/pt_BR.ISO8859-1/htdocs/FAQ/Makefile
index c678ce6b88..ce2f017afc 100644
--- a/pt_BR.ISO8859-1/htdocs/FAQ/Makefile
+++ b/pt_BR.ISO8859-1/htdocs/FAQ/Makefile
@@ -17,4 +17,4 @@
DATA= index.html
-.include "${WEB_PREFIX}/share/mk/web.site.mk"
+.include "${DOC_PREFIX}/share/mk/web.site.mk"
diff --git a/pt_BR.ISO8859-1/htdocs/Makefile b/pt_BR.ISO8859-1/htdocs/Makefile
index 3f34d100a4..0948800265 100644
--- a/pt_BR.ISO8859-1/htdocs/Makefile
+++ b/pt_BR.ISO8859-1/htdocs/Makefile
@@ -22,4 +22,4 @@ SUBDIR+= doc
WEBDIR?= data/pt_BR
-.include "${WEB_PREFIX}/share/mk/web.site.mk"
+.include "${DOC_PREFIX}/share/mk/web.site.mk"
diff --git a/pt_BR.ISO8859-1/htdocs/Makefile.inc b/pt_BR.ISO8859-1/htdocs/Makefile.inc
index 3ab4a55086..870995305e 100644
--- a/pt_BR.ISO8859-1/htdocs/Makefile.inc
+++ b/pt_BR.ISO8859-1/htdocs/Makefile.inc
@@ -6,4 +6,4 @@
# $FreeBSD$
WEBBASE?= /data/pt_BR
-WEB_PREFIX?= ${.CURDIR}/../..
+DOC_PREFIX?= ${.CURDIR}/../../..
diff --git a/pt_BR.ISO8859-1/htdocs/doc/Makefile b/pt_BR.ISO8859-1/htdocs/doc/Makefile
index 63ccf5733e..f73e292c24 100644
--- a/pt_BR.ISO8859-1/htdocs/doc/Makefile
+++ b/pt_BR.ISO8859-1/htdocs/doc/Makefile
@@ -40,7 +40,7 @@ install clean:
${RM} -rf pt* faq
.endif
-.include "${WEB_PREFIX}/share/mk/web.site.mk"
+.include "${DOC_PREFIX}/share/mk/web.site.mk"
obj: _OBJUSE