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