Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2005 12:56:01 +0100
From:      Ceri Davies <ceri@submonkey.net>
To:        "Simon L. Nielsen" <simon@FreeBSD.org>
Cc:        doc@freebsd.org
Subject:   Re: Building all formats
Message-ID:  <20050813115601.GI55885@submonkey.net>
In-Reply-To: <20050813104049.GA851@zaphod.nitro.dk>
References:  <5EFD4564-4F2A-410E-A563-ECDDA2EBB42C@submonkey.net> <20050813104049.GA851@zaphod.nitro.dk>

next in thread | previous in thread | raw e-mail | index | archive | help

--aPOcx+xoD6gZZHnz
Content-Type: multipart/mixed; boundary="DHdTHwZuIuFUI+Ax"
Content-Disposition: inline


--DHdTHwZuIuFUI+Ax
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Aug 13, 2005 at 12:40:50PM +0200, Simon L. Nielsen wrote:
> On 2005.08.13 11:12:25 +0100, Ceri Davies wrote:
> > So it's been a while; how do I do a run of the doc tree with all the =
=20
> > formats turned on?
>=20
> I don't think we have a knob that says "enable all formats", but you
> can just set them manually:
>=20
> 	make FORMATS=3D"html html.tar html-split html-split.tar txt ps pdf rtf r=
tf.tar pdb"

Hmm.  Any objections to the attached dirty patch then?

Ceri
--=20
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.			  -- Einstein (attrib.)

--DHdTHwZuIuFUI+Ax
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="formats.diff"
Content-Transfer-Encoding: quoted-printable

Index: doc.docbook.mk
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/dcvs/doc/share/mk/doc.docbook.mk,v
retrieving revision 1.119
diff -u -r1.119 doc.docbook.mk
--- doc.docbook.mk	10 Jan 2005 22:00:58 -0000	1.119
+++ doc.docbook.mk	13 Aug 2005 11:55:19 -0000
@@ -190,6 +190,9 @@
=20
 KNOWN_FORMATS=3D	html html.tar html-split html-split.tar \
 		txt rtf rtf.tar ps pdf tex dvi tar pdb
+.if ${FORMATS} =3D=3D "all"
+FORMATS=3D	${KNOWN_FORMATS}
+.endif
=20
 CSS_SHEET?=3D	${DOC_PREFIX}/share/misc/docbook.css
 PDFTEX_DEF?=3D	${DOC_PREFIX}/share/web2c/pdftex.def

--DHdTHwZuIuFUI+Ax--

--aPOcx+xoD6gZZHnz
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFC/d/RocfcwTS3JF8RAhTbAJ0XivbsHoqgo6MRAUdFwyVL3bONzQCfQQq3
bLdt4O6FMChwvzKX7m5q4g0=
=68CJ
-----END PGP SIGNATURE-----

--aPOcx+xoD6gZZHnz--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050813115601.GI55885>