Commit graph

710 commits

Author SHA1 Message Date
Dag-Erling Smørgrav
3ca4290956 Modify the final message to remind the user to commit pgpkeys.ent. 2004-04-06 11:13:59 +00:00
Alex Dupre
59abaec1ef Unbreak the doc build before anyone notices it :-) 2004-04-06 10:47:05 +00:00
Daniel Hartmeier
eaf5e38fac Follow committer's guide, add author entity and pgp key.
Approved by:	mlaier (mentor)
2004-04-06 10:20:13 +00:00
Simon L. B. Nielsen
c0dc63ac06 Really unbreak creation of PDF documents which use "shared" PNG images:
The previous fix only worked in some cases, so back it out and add a
more clean fix.  This fix also makes "make clean" work as expected again
for the shared PNG images.

The real problem is the assumption in doc.images.mk that the
${IMAGES_PDF} variable only need to contain images converted to PDF
format and not images which are already in PNG format.  We need to list
the PNG images in ${IMAGES_PDF} since they might be in a shared image
directory, and if we don't list them in ${IMAGES_PDF} they will not be
copied to the working directory and will therefor not be found during
build.

Prompted by:	phantom
2004-04-05 22:53:43 +00:00
Marc Fonvieille
a79af1fbfc Add portaudit(1). 2004-04-03 17:53:19 +00:00
Hiroki Sato
bcdced5e83 Add ctau(4) to unbreak relnotes build. 2004-04-02 18:28:08 +00:00
Ruslan Ermilov
8e4cefcd1a Update my GPG key. 2004-04-01 07:25:58 +00:00
Marc Fonvieille
9cbe56dfd2 Unbreak build. 2004-03-29 17:59:19 +00:00
Niklas Saers
9416f7fd58 Another gullible fool joins the crowd.
Approved by:    des
2004-03-29 12:50:31 +00:00
Simon L. B. Nielsen
c187df3fbf Unbreak creation of PDF documents which use PNG images (e.g.
articles/console-server), by also copying PNG images to the working
directory during PDF build.
2004-03-24 22:57:56 +00:00
Hiroki Sato
99c9ad9220 Add pf(4). 2004-03-24 18:01:01 +00:00
Alexey Zelkin
a4ef4bf328 We never used .docb suffix in the project tree, so do not mention it
in comments.
2004-03-24 09:52:57 +00:00
Alexey Zelkin
713a6ebd26 Introduce BZIP2_PACKAGE user defined variable which used to control
output format of 'make package'.  If BZIP2_PACKAGE is set, then .tbz
archive will be generated instead of .tgz.
2004-03-24 09:50:03 +00:00
Alexey Zelkin
7f574a3bf2 Fix 'make package' to generate valid packages
After introduction of shared images concept it was not possible to realize
how images should be put into packages, so built images references were
used.  It result up tgz file with lots filename which contained of '..'.

In order to workaround this issue I used temporary directory to install
complete packaging document, then generate PLIST based on content of
temporary directory and create actual package then.

Prodded by:	The FreeBSD Russian Documentation Project
2004-03-24 09:45:31 +00:00
Alexey Zelkin
79d9b31fc9 Unconditionally set 'NO_SUBDIR' define.
doc.docbook.mk includes bsd.subdir.mk via bsd.obj.mk which is responsible
for processing of 'SUBDIR' make variable.  But since we are handling
'SUBDIR' here explicitly, doing same thing (second time!) via
bsd.subdir.mk's rules makes no sense and only adds disk IO overhead.

It reduces install recursive calls by factor 4.
2004-03-23 23:53:27 +00:00
Ceri Davies
033231458f Avoid problems with Netscape and our stylesheets by removing the entry
for "BODY P".  This seems to have no effect within other browsers, but
stops Netscape from displaying images on top of the document text.

PR:		docs/48472
Submitted by:	Alan Larson <larson@eng.paix.net>
2004-03-22 19:17:52 +00:00
Mark Santcroos
d245e28a46 Add my PGP key
Approved by:	njl (mentor)
2004-03-18 10:37:38 +00:00
Ceri Davies
b9d85a9de7 Fix the doc build. 2004-03-16 14:01:14 +00:00
Thierry Thomas
f3270dbd1b Adding my PGP key.
Approved by:	mat
2004-03-16 12:22:43 +00:00
Tom Rhodes
453d1a66b4 Add images required for the new mail content.
Submitted by:	Marc Silver <marcs@draenor.org>
2004-03-16 06:54:00 +00:00
Hiroki Sato
1f322e3958 Add new entries: arl(4) and arlconfig(8). 2004-03-16 04:36:44 +00:00
Oliver Braun
9eeb081112 Id cleanup. 2004-03-15 21:55:42 +00:00
Bruce A. Mah
d49130dae4 New manpage entities: logins(1), acpi_toshiba(4), acpi_video(4),
ng_atmllc(4), ubser(4).
2004-03-15 00:09:53 +00:00
Tom Rhodes
8a43338ad4 Add an entity for newsyslog.conf(5). 2004-03-13 16:33:59 +00:00
Hiroki Sato
3fcb8eb921 Add ng_vlan(4). 2004-03-13 16:06:52 +00:00
Ken Smith
652cebaccb Add ftp1.ro and cvsup1.ro mirror sites. 2004-03-11 16:58:06 +00:00
Volker Stolz
2a6c83770b Add Volker Stolz (vs) to the FreeBSD developers' list (ports).
Reviewed by: linimon (mentor)
2004-03-10 09:59:08 +00:00
Peter Edwards
8d84d741b7 My introductory commits:
Add myself to the Developers section of Contributors list.
Add myself to "authors.ent".
Add my PGP key.

Approved By: dwmalone@ (mentor)
2004-03-09 23:57:26 +00:00
Mike Makonnen
34c99f0b98 Update my gpg key. 2004-03-06 12:32:33 +00:00
Bruce A. Mah
7135a15225 New entities: jail_attach(2), udav(4), gconcat(8). 2004-02-28 18:43:01 +00:00
Vinod Kashyap
73383c7a69 Adding GnuPG key for Vinod Kashyap (vkashyap). 2004-02-26 18:41:04 +00:00
Vinod Kashyap
d93ff3a09b Adding Vinod Kashyap (vkashyap) to the FreeBSD developers' list.
Reviewed by: Paul Saab (ps)
2004-02-26 18:38:10 +00:00
Bruce A. Mah
8e4842bc31 FreeBSD 5.2.1 is now the latest 5.X release. 2004-02-26 05:36:30 +00:00
Markus Brueffer
e97efd11a2 Last traditional commit: Add my PGP key.
Approved by:	arved (mentor)
2004-02-23 20:48:18 +00:00
Marc Fonvieille
fcd3ac5dba Add growisofs(1) manual page for the "coming soon DVD burning section." 2004-02-23 10:41:15 +00:00
Simon L. B. Nielsen
6ae1b9e21a Add entities for the GEOM section 9 manual pages. 2004-02-21 15:44:43 +00:00
Ken Smith
f6d05be54a Added Costa Rica zone, one WWW site and one CVSUP site in that zone. 2004-02-19 03:43:34 +00:00
Jim Rees
d4dcdf53e3 add my author entity
add me to committers
add my pgp key
put me in the news

Approved by: alfred (mentor)
2004-02-17 21:08:56 +00:00
Bruce A. Mah
e2f263befb New entities: libarchive(3), sdp(3), sdpd(8). 2004-02-17 05:03:52 +00:00
Hiroki Sato
ed2b02d9be Use FOO_CMD instead of FOO to avoid a conflict with a variable used
in the docproj port.  TEX, LATEX, PDFTEX, JADETEX, and PDFJADETEX
has been renamed to TEX_CMD, LATEX_CMD, PDFTEX_CMD, JADETEX_CMD, and
PDFJADETEX_CMD for consistency.  And TEXCMDS has been renamed
TEX_CMDSEQ because TEXCMDS and TEX_CMD are misleading names.

Discussed on:	-doc
2004-02-16 14:13:24 +00:00
Simon L. B. Nielsen
0b473c33aa *.sgml:
- Use trademark entities.
 - Add trademark attributions.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Add trademark entity for Sun.
2004-02-16 00:11:08 +00:00
Hiten Pandya
bcc04ffe53 Finally, add my key and join the new world order. :-) 2004-02-13 06:47:35 +00:00
Peter Pentchev
d1dbb5e3ec Unbreak the build. This is just a bandaid - some valid SGML.
Does anybody actually have a copy of the Bell System Technical Journal
at hand to check what the correct title should be?
2004-02-10 20:11:04 +00:00
Max Laier
061dade99e Last traditional commit: Add my GnuPG sig
Approved by: bms (mentor)
2004-02-10 19:32:42 +00:00
Brooks Davis
a47142019f Update my key again. This time hopefully without any expired subkeys.
Noticed by:	Simon 'corecode' Schubert <corecode AT fs.ei.tum.de>
2004-02-10 18:01:18 +00:00
Ceri Davies
e1d457e5d5 Add the Bell System Technical Journal.
PR:		docs/52858
Submitted by:	jhs
2004-02-09 22:41:49 +00:00
Lukas Ertl
cf96340569 Add my PGP key.
Approved by: joerg (mentor)
2004-02-08 22:07:52 +00:00
Hiroki Sato
6b2564e38e Install TRADEMARKS.html and LEGALNOTICE.html missing in HTML.manifest. 2004-02-08 12:34:16 +00:00
Hiroki Sato
1afd84c68b Add $JADETEX and $JADEPDFTEX. 2004-02-04 16:47:22 +00:00
John Baldwin
1e257a6871 Add my PGP key. 2004-02-02 19:12:10 +00:00