doc/zh/Makefile

15 lines
274 B
Makefile
Raw Normal View History

# $FreeBSD: www/zh/Makefile,v 1.2 1999/09/06 07:03:31 peter Exp $
1999-02-03 15:02:57 +01:00
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
1999-02-03 15:02:57 +01:00
DOCSUBDIR= FAQ
.endif
1999-02-03 15:02:57 +01:00
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
SGMLOPTS+=-e big5
FORMATS= "html ps"
WEBBASE= /data
.include "../web.mk"