cvs commit: www/share/mk web.site.mk

Ceri Davies ceri at submonkey.net
Sun Aug 28 10:29:28 GMT 2005


On Tue, Aug 23, 2005 at 11:12:21AM +0000, Pav Lucistnik wrote:
> pav         2005-08-23 11:12:21 UTC
> 
>   FreeBSD doc repository
> 
>   Modified files:
>     share/mk             web.site.mk 
>   Log:
>   - Autodetect presence of openjade's osgmlnorm. This makes docproj works
>     with openjade out of the box (no need for make.conf entries)

Now I can't switch between jade and openjade (easily).  Which is something that
I do.  Please don't ask why.  It wouldn't make any sense.

Ceri

> | -.if !defined(OPENJADE)
> | -SGMLNORM?=	${PREFIX}/bin/sgmlnorm
> | -.else
> | +.if exists(${PREFIX}/bin/osgmlnorm)
> |  SGMLNORM?=	${PREFIX}/bin/osgmlnorm
> | +.else
> | +SGMLNORM?=	${PREFIX}/bin/sgmlnorm
> |  .endif

-- 
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.			  -- Einstein (attrib.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-doc/attachments/20050828/856d2cd4/attachment.bin


More information about the cvs-doc mailing list