Add Bangla translation of the Explaining BSD and FreeBSD First Steps
articles. Submitted by: Progga <abulfazl@juniv.edu> Reviewed by: blackend (earlier version)
This commit is contained in:
parent
7fec080f19
commit
699ad151aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20059
7 changed files with 5796 additions and 0 deletions
6
bn_BD.ISO10646-1/Makefile
Normal file
6
bn_BD.ISO10646-1/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= articles
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
7
bn_BD.ISO10646-1/articles/Makefile
Normal file
7
bn_BD.ISO10646-1/articles/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR = explaining-bsd
|
||||
SUBDIR+= new-users
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
5
bn_BD.ISO10646-1/articles/Makefile.inc
Normal file
5
bn_BD.ISO10646-1/articles/Makefile.inc
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DESTDIR?= ${DOCDIR}/bn_BD.ISO10646-1/articles/${.CURDIR:T}
|
18
bn_BD.ISO10646-1/articles/explaining-bsd/Makefile
Normal file
18
bn_BD.ISO10646-1/articles/explaining-bsd/Makefile
Normal file
|
@ -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"
|
2208
bn_BD.ISO10646-1/articles/explaining-bsd/article.sgml
Normal file
2208
bn_BD.ISO10646-1/articles/explaining-bsd/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
15
bn_BD.ISO10646-1/articles/new-users/Makefile
Normal file
15
bn_BD.ISO10646-1/articles/new-users/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= abulfazl@juniv.edu
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "$(DOC_PREFIX)/share/mk/doc.project.mk"
|
3537
bn_BD.ISO10646-1/articles/new-users/article.sgml
Normal file
3537
bn_BD.ISO10646-1/articles/new-users/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue