Adding the device driver guide
This commit is contained in:
parent
5313148f94
commit
354d539863
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7275
4 changed files with 3762 additions and 0 deletions
20
fr_FR.ISO8859-1/articles/ddwg/Makefile
Normal file
20
fr_FR.ISO8859-1/articles/ddwg/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
#
|
||||||
|
# The FreeBSD Documentation Project
|
||||||
|
# The FreeBSD French Documentation Project
|
||||||
|
#
|
||||||
|
# $Id: Makefile,v 1.1 2000-06-01 19:14:23 gioria Exp $
|
||||||
|
# Original revision: 1.4
|
||||||
|
#
|
||||||
|
|
||||||
|
DOC?= article
|
||||||
|
|
||||||
|
FORMATS?= html
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?=gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
1861
fr_FR.ISO8859-1/articles/ddwg/article.sgml
Normal file
1861
fr_FR.ISO8859-1/articles/ddwg/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
20
fr_FR.ISO_8859-1/articles/ddwg/Makefile
Normal file
20
fr_FR.ISO_8859-1/articles/ddwg/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
#
|
||||||
|
# The FreeBSD Documentation Project
|
||||||
|
# The FreeBSD French Documentation Project
|
||||||
|
#
|
||||||
|
# $Id: Makefile,v 1.1 2000-06-01 19:14:23 gioria Exp $
|
||||||
|
# Original revision: 1.4
|
||||||
|
#
|
||||||
|
|
||||||
|
DOC?= article
|
||||||
|
|
||||||
|
FORMATS?= html
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?=gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
1861
fr_FR.ISO_8859-1/articles/ddwg/article.sgml
Normal file
1861
fr_FR.ISO_8859-1/articles/ddwg/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue