Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112002326
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Makefile
View Options
# $FreeBSD: doc/Makefile,v 1.17 1999/12/16 02:22:16 billf Exp $
#
# The user can override the default list of languages to build and install
# with the DOC_LANG variable.
#
.if defined(DOC_LANG) && !empty(DOC_LANG)
SUBDIR = ${DOC_LANG}
.else
SUBDIR = en_US.ISO_8859-1
SUBDIR+= es_ES.ISO_8859-1
SUBDIR+= fr_FR.ISO_8859-1
SUBDIR+= ja_JP.eucJP
SUBDIR+= ru_RU.KOI8-R
SUBDIR+= zh_TW.Big5
.endif
DOC_PREFIX?= ${.CURDIR}
update:
.if defined(SUP_UPDATE)
.if !defined(DOCSUPFILE)
@echo "Error: Please define DOCSUPFILE before doing make update."
@exit 1
.endif
@echo "--------------------------------------------------------------"
@echo ">>> Running ${SUP}"
@echo "--------------------------------------------------------------"
@${SUP} ${SUPFLAGS} ${DOCSUPFILE}
.elif defined(CVS_UPDATE)
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; cvs -q update -P -d
.else
@echo "Error: Please define either SUP_UPDATE or CVS_UPDATE first."
.endif
.include "${DOC_PREFIX}/share/mk/doc.subdir.mk"
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Thu, Mar 13, 10:23 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17075512
Default Alt Text
Makefile (1 KB)
Attached To
Mode
R9 FreeBSD doc repository
Attached
Detach File
Event Timeline
Log In to Comment