diff options
Diffstat (limited to 'bn_BD.ISO10646-1/articles/explaining-bsd/Makefile')
-rw-r--r-- | bn_BD.ISO10646-1/articles/explaining-bsd/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bn_BD.ISO10646-1/articles/explaining-bsd/Makefile b/bn_BD.ISO10646-1/articles/explaining-bsd/Makefile new file mode 100644 index 0000000000..5866fe5021 --- /dev/null +++ b/bn_BD.ISO10646-1/articles/explaining-bsd/Makefile @@ -0,0 +1,18 @@ +# +# $FreeBSD$ +# + +MAINTAINER= abulfazl@juniv.edu + +DOC?= article + +FORMATS?= html + +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED?= + +# SGML content +SRCS= article.sgml + +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |