Commit graph

7 commits

Author SHA1 Message Date
Kirill Ponomarev
8a160f16b4 Remove remark "work-in-progress" for -incremental argument. 2005-03-15 10:23:22 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Joe Marcus Clarke
12590dc810 Update this article with the new portbuild infrastructure changes.
* Add new dopackages command line options
* Mention disconnected nodes
* Correct some spelling mistakes, and add some additional entities
2004-07-25 20:48:38 +00:00
Joe Marcus Clarke
d99bd85062 Add a missing single quote, and correct the find command so that bzip2'd
logfiles will also be found.

Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
2004-07-16 23:21:18 +00:00
Joe Marcus Clarke
4dbd71e7e0 Remove an extra '>'.
Spotted by:	simon
2004-06-13 17:40:40 +00:00
Joe Marcus Clarke
ef1470f059 Add 2004 to the list of copyright years. 2004-06-13 17:34:36 +00:00
Joe Marcus Clarke
f5cb2f588c Add documentation on how the portbuild procedure works (i.e. pointyhat/bento
packae builds).

Thanks to adamw, kensmith, and trhodes for various DocBook fixups.

Reviewed by:	kris
		will
2004-06-12 23:10:34 +00:00