Date: Wed, 13 Mar 2002 18:26:54 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> To: Dag-Erling Smorgrav <des@ofug.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/share/sgml man-refs.ent Message-ID: <Pine.NEB.3.96L.1020313182559.89561J-100000@fledge.watson.org> In-Reply-To: <xzp7koggqbi.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On 13 Mar 2002, Dag-Erling Smorgrav wrote: > Robert Watson <rwatson@FreeBSD.org> writes: > > Log: > > Add tentities for sx(9), sx_slock(9), and sx_xlock(9). > > Shouldn't this be automated? I use the following to generate a > similar file in my private document tree: > > find /usr/share/man/man* -name '*gz' | perl -n -e 'next unless (m,^(.*/)([\w\._-]+)\.(\d)\.gz$,); print "<!ENTITY man.$2.$3 \"<citerefentry><refentrytitle>$2</refentrytitle><manvolnum>$3</manvolnum></citerefentry>\">";' >manpages.ent As I told Michael Lucas in another forum: I'm just a poor kernel developer, these doc tree things are too confusing and complicated for me. :-) I just hack a bit and hope no one shoots me on sight. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1020313182559.89561J-100000>