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)
This commit is contained in:
parent
70447a99c2
commit
232ca06e51
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14449
1 changed files with 1 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue