diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-01 03:06:50 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-01 03:06:50 +0000 |
commit | 232ca06e51d5ce47977eb8097d5e82e37801f73d (patch) | |
tree | c719c676e2615bb87166b003e6f03213a63cea4a /pt_BR.ISO8859-1/books/Makefile | |
parent | 70447a99c2d699d704bbd56c650cdb428b747072 (diff) | |
download | doc-232ca06e51d5ce47977eb8097d5e82e37801f73d.tar.gz doc-232ca06e51d5ce47977eb8097d5e82e37801f73d.zip |
o Simplify Makefile: remove all unnecessary commented lines
o Un-connect handbook from build since it is not complete
o Connect faq to build since it is complete
o Remove ROOT_SYMLINKS since we have not prepared a pt_BR entry for
the www repo yet
Reviewed by: blackend, keramida,
phantom (in principle)
Approved by: phantom (mentor)
Notes
Notes:
svn path=/head/; revision=14449
Diffstat (limited to 'pt_BR.ISO8859-1/books/Makefile')
-rw-r--r-- | pt_BR.ISO8859-1/books/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/pt_BR.ISO8859-1/books/Makefile b/pt_BR.ISO8859-1/books/Makefile index 2edf273cac..66c9420b15 100644 --- a/pt_BR.ISO8859-1/books/Makefile +++ b/pt_BR.ISO8859-1/books/Makefile @@ -5,16 +5,7 @@ # # $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 +SUBDIR+= faq DOC_PREFIX?= ${.CURDIR}/../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" |