Adding ddwg building
This commit is contained in:
parent
c4d8816e3d
commit
37ec238a19
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12183
2 changed files with 13 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# The FreeBSD Documentation Project
|
# The FreeBSD Documentation Project
|
||||||
# The FreeBSD French Documentation Project
|
# The FreeBSD French Documentation Project
|
||||||
#
|
#
|
||||||
# $FreeBSD: doc/fr_FR.ISO_8859-1/articles/Makefile,v 1.1 1999/11/10 21:28:21 nik Exp $
|
# $FreeBSD$
|
||||||
# Original revision: 1.3
|
# Original revision: 1.3
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ SUBDIR+= ppp
|
||||||
SUBDIR+= programming-tools
|
SUBDIR+= programming-tools
|
||||||
SUBDIR+= committers-guide
|
SUBDIR+= committers-guide
|
||||||
SUBDIR+= zip-drive
|
SUBDIR+= zip-drive
|
||||||
|
SUBDIR+= ddwg
|
||||||
|
|
||||||
ROOT_SYMLINKS+= new-users
|
ROOT_SYMLINKS+= new-users
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
||||||
$Id: article.sgml,v 1.4 2001-07-13 15:48:38 nik Exp $
|
$Id: article.sgml,v 1.5 2002-02-14 14:09:37 gioria Exp $
|
||||||
|
$FreeBSD$
|
||||||
Original revision: n.nn
|
Original revision: n.nn
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -13,8 +14,15 @@
|
||||||
<!ENTITY % artheader PUBLIC "-//FreeBSD//ENTITIES DocBook ArtHeader Entities//FR"> %artheader;
|
<!ENTITY % artheader PUBLIC "-//FreeBSD//ENTITIES DocBook ArtHeader Entities//FR"> %artheader;
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"> %translators;
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"> %translators;
|
||||||
|
|
||||||
<!ENTITY % authors SYSTEM "../../../en_US.ISO8859-1/books/handbook/authors.ent"> %authors;
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> %authors
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR"> %mailing-lists;
|
<!ENTITY % mailing-lists SYSTEM "../../share/sgml/mailing-lists.ent"> %mailing-lists;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- French Build Only -->
|
||||||
|
<!-- <!ENTITY % authors SYSTEM "../../../en_US.ISO8859-1/books/handbook/authors.ent"> %authors; -->
|
||||||
|
<!-- <!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR"> %mailing-lists; -->
|
||||||
|
|
||||||
<!ENTITY rel.current CDATA "3.2">
|
<!ENTITY rel.current CDATA "3.2">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue