Deleted Added
full compact
1c1
< # $FreeBSD: head/share/mk/bsd.info.mk 115205 2003-05-21 12:58:28Z ru $
---
> # $FreeBSD: head/share/mk/bsd.info.mk 125119 2004-01-27 23:22:15Z ru $
163c163
< .if ${FORMATS:Mps} || ${FORMATS:Mdvi} || ${FORMATS:Mlatin1}
---
> .if !empty(FORMATS:Mps) || !empty(FORMATS:Mdvi) || !empty(FORMATS:Mlatin1)
170c170
< .if ${FORMATS:Mhtml}
---
> .if !empty(FORMATS:Mhtml)
176c176
< .if ${IFILES:N*.html}
---
> .if !empty(IFILES:N*.html)
180c180
< .if ${FORMATS:Mhtml}
---
> .if !empty(FORMATS:Mhtml)