Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 1997 02:07:16 +0100
From:      Brian Somers <brian@awfulhak.org>
To:        freebsd-hackers@FreeBSD.org
Cc:        brian@utell.co.uk
Subject:   sgml make rules
Message-ID:  <199705140107.CAA10128@awfulhak.demon.co.uk>

next in thread | raw e-mail | index | archive | help
Hi,

Has anyone got any objections to making the handbook and
the tutorials' .html files using the -links flag ?  This
generates a script that will create a set of sym-links,
one per .sgml file that allows other documents to xref
specific sections of the document.

So the html rule would be

${DOC}.html: ${SRCS}
	${SGMLFORMAT} -f html -links ${SGMLFLAGS} ${.CURDIR}/${DOC}.sgml
	sh ${.CURDIR}/${DOC}.ln
	rm ${.CURDIR}/${DOC}.ln

(I'd need some advice on how to actually do this.....)

Comments/suggestions/advice needed :)
-- 
Brian <brian@awfulhak.org>, <brian@freebsd.org>
      <http://www.awfulhak.org>;
Don't _EVER_ lose your sense of humour....





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