- replace all SRCID values by their SVN equivalents (use 0 for nl_NL.ISO8859-1/books/handbook/bsdinstall/chapter.sgml which is WIP) - remove the last few remaining FreeBSDnl tags - update SOURCE values for new website layout, and correct some values
22 lines
357 B
Makefile
22 lines
357 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/articles/explaining-bsd/Makefile
|
|
# %SRCID% 38826
|
|
#
|
|
# Article: Explaining BSD
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|