diff options
Diffstat (limited to 'zh_CN.GB2312/articles/cvs-freebsd/Makefile')
-rw-r--r-- | zh_CN.GB2312/articles/cvs-freebsd/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/zh_CN.GB2312/articles/cvs-freebsd/Makefile b/zh_CN.GB2312/articles/cvs-freebsd/Makefile new file mode 100644 index 0000000000..c6018991d4 --- /dev/null +++ b/zh_CN.GB2312/articles/cvs-freebsd/Makefile @@ -0,0 +1,22 @@ +# The FreeBSD Simplified Chinese Project +# +# Original Revision: 1.5 +# $FreeBSD$ +# +# Article: Setting up a CVS repository - the FreeBSD way + +MAINTAINER= stijn@win.tue.nl + +DOC?= article + +FORMATS?= html + +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED?= + +SRCS= article.sgml + +URL_RELPREFIX?= ../../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |