Commit graph

182 commits

Author SHA1 Message Date
Udo Erdelhoff
f777871dce Add the framework for using <bibliography>. Use the title of the Book
in the text and let it be a link to the bibliography entry.
Note: The functionality needs JADEFLAGS=-Vbiblio-xref-title in the Makefile

Reviewed by:	nik, freebsd-doc (original version)
Original by:	nik
2001-05-20 17:30:44 +00:00
Bruce A. Mah
b2457ddfbd Add fdread(1) entity. 2001-05-14 21:54:48 +00:00
Bruce A. Mah
50d3137f88 Add an entry for the new nge(4) driver. 2001-05-12 03:46:53 +00:00
Nik Clayton
f3866f36b1 Make the eps2png and epstopdf commands OBJDIR safe.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-05-09 19:31:47 +00:00
Udo Erdelhoff
509f575bfd Keep the spirit of PR docs/20130 alive and add a couple hundred entities
for manpages added since then.

PR:		in memoriam of docs/20130
Reviewed by:	alex
2001-05-07 17:45:24 +00:00
Bruce A. Mah
ac51406db0 New entity for nl(1). 2001-05-04 20:10:02 +00:00
Bruce A. Mah
576b38134b New manpage entities for sftp(1) and ssh-keyscan(1). 2001-05-04 14:38:07 +00:00
Bruce A. Mah
4f7f11d9e8 Add an entry for fmtcheck(3). 2001-04-27 14:43:49 +00:00
Bruce A. Mah
f1b8d9df68 Add manpage references for fsck_ffs(8) and fsck_ufs(8). 2001-04-24 22:51:50 +00:00
Dima Dorfman
796d703e73 mkisofs is in section 8, not section 1. A grep through the
translations shows that they don't use this.
2001-04-21 21:34:39 +00:00
Nik Clayton
6b9ded6e4c Fix a typo, and make sure that ISBN numbers in the front matter are
included.
2001-04-09 20:35:47 +00:00
Nik Clayton
82d52622d4 Add a default $create-refentry-xref-link$ function. 2001-04-05 13:19:59 +00:00
Bruce A. Mah
9b288c1e49 Commit a few manpage entries for recent release notes. 2001-03-29 20:21:22 +00:00
Nik Clayton
d058817a01 Fix small error that meant that library images weren't being included in
any generated tarballs.
2001-03-27 16:15:07 +00:00
Nik Clayton
8e5b858d5b Add a new variable, %refentry-xref-link% which determines whether or not
man page references (&man.ls.1;, etc) are converted in to links to the
man->HTML CGI on freebsd.org.  Defaults to off.

Redefine the code for the <citerefentry> element to use this variable.
2001-03-24 09:40:24 +00:00
David E. O'Brien
3cdf03e3f3 If running on the Alpha, use OpenJade.
Forgotten by:	who ever did the doc.docbook.mk Alpha support
Silence by:	doc@freebsd.org
2001-03-22 22:49:01 +00:00
David E. O'Brien
e6e620e787 Separate the Alpha arch test and the OPENJADE test. This also gets
"OPENJADE" exported in the Alpha case so it matches the non-Alpha case.

Silence by:	doc@freebsd.org
2001-03-22 22:47:32 +00:00
Alexander Langer
b250ca7d11 Now really do use openjade on alpha.
PR:		25891
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-03-18 15:48:10 +00:00
Dima Dorfman
fbecbd3f16 Add an entry for links(1).
Approved by:	nik
2001-03-13 23:10:25 +00:00
Nik Clayton
e64d4df877 Finish off the previous commit by removing the -S flag from the links
command line, which is not supported in links (but was in w3m).
2001-03-13 18:29:06 +00:00
Nik Clayton
ff2f53e45a Honour $LOCALBASE when setting $PREFIX.
PR:		docs/25496
Submitted by:	Mike Meyer <mwm@mired.org>
2001-03-13 09:54:34 +00:00
Jim Mock
c371a0a7a7 w3m -> links
Submitted by:	jkh, dd
2001-03-13 03:03:46 +00:00
Nik Clayton
66417ff8b0 Use openjade if we're on an Alpha. Use links instead of w3m. 2001-03-11 18:26:06 +00:00
Nik Clayton
59595c172d In the print stylesheet, keep the ToC to 3 levels of depth or less, and
don't indent body text.  This reduces the size of the Handbook's PS file
by about 1MB, and has similar (although less dramatic) effects on the
other documents.
2001-03-04 18:05:19 +00:00
Nik Clayton
3df699389c Use a different mechanism to specify the input file to TeX.
<aph>  running, for instance, "jadetex '\nonstopmode\input{$<}'" is much
       better since it won't crash out an automated build as badly
<nik_> Huh?
<aph>  it will fail rather than kick you into a TeX prompt and wait for output
<aph>  I guess in BSD make that would be:
<aph>  jadetex '\nonstopmode\input{${.ALLSRC}'

Submitted by:	Adam di Carlo <adam@onshore.com>
2001-02-26 22:56:59 +00:00
Nik Clayton
1629d37bce Add an entry for xdm(1). 2001-02-26 21:47:23 +00:00
Nik Clayton
fc20bd6c53 1. Add a new knob, GEN_INDEX. If defined (nothing does yet), collateindex.pl
will be run to generate index.sgml, an automatically generated index for
the document.  This is also added to the list of dependencies.

2. Add a DOCBOOKSUFFIX variable, defaulting to "sgml", so we can write

   MASTERDOC?=  ${.CURDIR}/${DOC}.${DOCBOOKSUFFIX}

Requested by:   Michael Wiedmann <mw@miwie.in-berlin.de>
                Linux Documentation Project

3. Set the DSSSL 'openjade' variable to #t if we're processing with
   OpenJade.

4. Work around a bug in the stylesheets.  If we split the <legalnotice>
   out in to a separate file it isn't added to the HTML.manifest.  Check
   for it by hand, and include it if necessary.
2001-02-22 15:42:41 +00:00
Bruce A. Mah
bc7949d00e Entries for some new manpages. 2001-02-21 22:47:15 +00:00
Nik Clayton
2aa8b87288 Oops. That last commit bought in some more stuff from my development
tree that I wasn't quite ready for.  It may as well stay in now though.

In order.

 1.  Pull out the code that deals with <segmentedlist>, the regular
     stylesheets handle that now.

 2.  Change how $email-footer$ is handled.  This requires changes to the
     <lang>/share/sgml/freebsd.dsl files, to come very shortly.

 3.  Redo warning and caution label support.  This is no-op, as Norm's
     sheets don't support this the way I want yet.

 4.  Remove a useless comment.

 5.  Pull out the experimental docinfo stuff, it doesn't work.

 6.  Pull out the special handling of <literallayout>, the regular
     stylesheets handle that now too.
2001-02-20 19:38:25 +00:00
Nik Clayton
ebb3148dbd Turn off the 'heading level characteristic' option. It breaks the Handbook
PDF build.
2001-02-20 19:17:26 +00:00
Nik Clayton
cfce6aed38 Add an FPI for the FreeBSD/DocBook 4.1 DTD. 2001-02-20 19:10:47 +00:00
Nik Clayton
e06261c405 FreeBSD customisation layer of the DocBook 4.1 DTD. 2001-02-20 19:10:26 +00:00
Nik Clayton
18f94d697b Hack to select the right image scaling based on the 'format' attribute
of the 'imagedata' element.
2001-02-20 19:09:50 +00:00
Nik Clayton
88abf1e8bb Better image support. Use Ghostscript and NetPBM, rather than simply
relying on ImageMagick.
2001-02-20 19:08:58 +00:00
Nik Clayton
4e9b64c5f7 Turn on %generate-legalnotice-link%. This makes the word "Copyright" in
generated HTML link to the legalnotice, if the document has one.

Requested by several people on -doc (all of whom probably thought this
would be quite a lot of effort, heh heh heh).
2001-02-13 19:21:31 +00:00
Nik Clayton
378340c7fe Use epstopdf (from teTeX) rather than ImageMagick to convert EPS to PDF
files.  The results seem to be nicer.
2001-02-12 17:03:54 +00:00
Bruce A. Mah
fe8bbd1aca Add a few more entries that crept in from recent release notes. 2001-01-29 23:08:31 +00:00
Nik Clayton
5a65a99ceb Set the heading-level characteristic to '2' if we're generating PDF output.
This has the useful side effect of generating bookmarks in the PDF file,
which programs like Adobe Acrobat Reader can use to provide a navigable
table of contents in a side window.  This only seems to work with OpenJade,
but the option doesn't cause Jade any problems.
2001-01-08 12:40:52 +00:00
Alexander Langer
81329ff230 Use a document independent list of translators.
Obtained from:	FreeBSD German Documentation Project
Obtained from:	FreeBSD French Documentation Project
2001-01-06 18:39:27 +00:00
Alexander Langer
0e17cb35be Add entries for the German translation. 2001-01-06 18:26:46 +00:00
Alexander Langer
c26577ed14 Add "bdquo", which is supposed to be used in German texts.
Submitted by:	nik, months ago
2001-01-06 18:26:11 +00:00
Bruce A. Mah
1500794443 A few more entries in man-refs.ent. 2001-01-03 23:38:28 +00:00
Bruce A. Mah
3204d89866 Restore the removed svr4(8) and linux(8) entries, and add one for the
now-deprecated osf1(8).  -CURRENT doesn't have these anymore, but the
-STABLE branches do; plus it's a little odd to try to write about the
scripts' removal without these entries.
2001-01-02 23:57:50 +00:00
Bruce A. Mah
7f046f705f Add in a few more manual pages. 2001-01-02 23:54:59 +00:00
Bruce A. Mah
3242c4fb74 Add another handful of manpage entities, culled from the release notes. 2000-12-20 22:38:40 +00:00
Bruce A. Mah
d3cb48cf21 Add a handful of manpage entities. 2000-12-19 20:27:11 +00:00
Jim Mock
78991380db Add the cvs-committers and developers mailing lists to the Who's Who
section of the committer's guide.  While I'm here, change some
instances of freebsd.org to FreeBSD.org.

Submitted by:	obrien
2000-12-05 21:39:14 +00:00
Sheldon Hearn
3c1a15236c Revert rev 1.56 for fear of breaing translations.
Reported by:	nik
2000-11-29 15:27:17 +00:00
Sheldon Hearn
8b9852e397 Remove the entry for the soon-to-be-removed ibcs2(8). 2000-11-29 10:43:41 +00:00
Sheldon Hearn
b4676be084 Replace the entry for the soon-to-be-removed svr4(8) with the new
svr4(4).
2000-11-29 10:39:50 +00:00