aboutsummaryrefslogtreecommitdiff
path: root/pt_BR.ISO8859-1/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'pt_BR.ISO8859-1/htdocs')
-rw-r--r--pt_BR.ISO8859-1/htdocs/FAQ/Makefile20
-rw-r--r--pt_BR.ISO8859-1/htdocs/FAQ/index.html24
-rw-r--r--pt_BR.ISO8859-1/htdocs/Makefile25
-rw-r--r--pt_BR.ISO8859-1/htdocs/Makefile.inc9
-rw-r--r--pt_BR.ISO8859-1/htdocs/doc/Makefile47
5 files changed, 0 insertions, 125 deletions
diff --git a/pt_BR.ISO8859-1/htdocs/FAQ/Makefile b/pt_BR.ISO8859-1/htdocs/FAQ/Makefile
deleted file mode 100644
index f483fca968..0000000000
--- a/pt_BR.ISO8859-1/htdocs/FAQ/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# The FreeBSD Documentation Project
-# The FreeBSD Brazilian Portuguese Documentation Project
-#
-# Original version: 1.8
-#
-# $FreeBSD$
-#
-# Build the FreeBSD FAQ *outside* of the www tree, and install it
-# in to the right place as necessary.
-
-.if exists(../Makefile.conf)
-.include "../Makefile.conf"
-.endif
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-DATA= index.html
-
-.include "${DOC_PREFIX}/share/mk/web.site.mk"
diff --git a/pt_BR.ISO8859-1/htdocs/FAQ/index.html b/pt_BR.ISO8859-1/htdocs/FAQ/index.html
deleted file mode 100644
index 8b046e3b02..0000000000
--- a/pt_BR.ISO8859-1/htdocs/FAQ/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1?>
-<!--
- The FreeBSD Documentation Project
- The FreeBSD Brazilian Portuguese Documentation Project
-
- Original revision: 1.1
- $FreeBSD$
--->
-<html>
- <head>
- <meta http-equiv="refresh" content="5;url=../../doc/pt_BR.ISO8859-1/books/faq/index.html">
- <title>O FAQ foi movido</title>
- </head>
-
- <body bgcolor="#ffffff">
- <p>O FAQ não está mais disponível neste
- endereço. Por favor, use <a
- href="../../doc/pt_BR.ISO8859-1/books/faq/index.html">../../doc/pt_BR.ISO8859-1/books/faq/index.html</a>
- para alcançá-lo. Você será
- automaticamente redirecionado para lá em alguns segundos.
- Em caso negativo; por favor, siga o link e atualize seus
- bookmarks. Pedimos desculpas pela inconveniência.</p>
- </body>
-</html>
diff --git a/pt_BR.ISO8859-1/htdocs/Makefile b/pt_BR.ISO8859-1/htdocs/Makefile
deleted file mode 100644
index e224614537..0000000000
--- a/pt_BR.ISO8859-1/htdocs/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# The FreeBSD Documentation Project
-# The FreeBSD Brazilian Portuguese Documentation Project
-#
-# Based on: 1.105
-#
-# $FreeBSD$
-
-.if exists(Makefile.conf)
-.include "Makefile.conf"
-.endif
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-# Subdirectories
-# XML
-SUBDIR+= FAQ
-
-.if !defined(WEB_ONLY) || empty(WEB_ONLY)
-SUBDIR+= doc
-.endif
-
-WEBDIR?= data/pt_BR
-
-.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
deleted file mode 100644
index 870995305e..0000000000
--- a/pt_BR.ISO8859-1/htdocs/Makefile.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-# The FreeBSD Documentation Project
-# The FreeBSD Brazilian Portuguese Documentation Project
-#
-# Based on: 1.8
-#
-# $FreeBSD$
-
-WEBBASE?= /data/pt_BR
-DOC_PREFIX?= ${.CURDIR}/../../..
diff --git a/pt_BR.ISO8859-1/htdocs/doc/Makefile b/pt_BR.ISO8859-1/htdocs/doc/Makefile
deleted file mode 100644
index 96f02c6250..0000000000
--- a/pt_BR.ISO8859-1/htdocs/doc/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# $FreeBSD$
-#
-# Build the FreeBSD documentation *outside* of the doc/ tree, and install it
-# in to the right place as necessary.
-#
-
-.if exists(../Makefile.conf)
-.include "../Makefile.conf"
-.endif
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-_DOC_FORMATS?= html-split html
-
-all: all-all
-
-
-all-all:
- ${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" all
-
-all-pgpkeyring:
- ${MAKE} -C ${DOC_PREFIX}/share/pgpkeys pgpkeyring.txt
-
-clean:
- ${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc clean
-
-# here are dragons
-install:
- unset DESTDIR || true; \
- ${MAKE} -C ${DOC_PREFIX}/${LANGCODE} FORMATS="${_DOC_FORMATS}" DOCDIR=${DESTDIR}/data/doc install
- ${CP} ${DOC_PREFIX}/share/pgpkeys/pgpkeyring.txt ${DESTDIR}/data/doc/pgpkeyring.txt
-
-.include "${DOC_PREFIX}/share/mk/web.site.mk"
-.if ${LANGCODE} == en_US.ISO8859-1
-all: all-pgpkeyring
-.endif
-
-
-# XXX
-obj: _OBJUSE
-
-_OBJUSE: .USE
- @unset DESTDIR || true; \
- cd ${DOC_PREFIX}/${LANGCODE}; \
- ${MAKE} ${.TARGET}