aboutsummaryrefslogtreecommitdiff
path: root/pt_BR.ISO8859-1/books/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-28 19:52:42 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-28 19:52:42 +0000
commit7ff39be88aa0b580c3e7da7ba3f7f89482ab5333 (patch)
tree4e7753fbf18c52b7ff41cda722c271737e18b032 /pt_BR.ISO8859-1/books/Makefile
parent133551d2e98049001300f86e49c969d0d6115a46 (diff)
downloaddoc-7ff39be88aa0b580c3e7da7ba3f7f89482ab5333.tar.gz
doc-7ff39be88aa0b580c3e7da7ba3f7f89482ab5333.zip
o Set up initial Brazilian Portuguese translation books directory
and Makefile o Start with handbook subdirectory Approved by: phantom (mentor) Reviewed by: keramida Original revision: 1.10
Notes
Notes: svn path=/head/; revision=11964
Diffstat (limited to 'pt_BR.ISO8859-1/books/Makefile')
-rw-r--r--pt_BR.ISO8859-1/books/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/pt_BR.ISO8859-1/books/Makefile b/pt_BR.ISO8859-1/books/Makefile
new file mode 100644
index 0000000000..2edf273cac
--- /dev/null
+++ b/pt_BR.ISO8859-1/books/Makefile
@@ -0,0 +1,20 @@
+# The FreeBSD Documentation Project
+# The FreeBSD Brazilian Portuguese Documentation Project
+#
+# Original revision: 1.10
+#
+# $FreeBSD$
+
+#SUBDIR = corp-net-guide
+#SUBDIR+= design-44bsd
+#SUBDIR+= developers-handbook
+#SUBDIR+= faq
+#SUBDIR+= fdp-primer
+SUBDIR+= handbook
+#SUBDIR+= porters-handbook
+#SUBDIR+= ppp-primer
+
+ROOT_SYMLINKS= handbook
+
+DOC_PREFIX?= ${.CURDIR}/../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"