Change website output from HTML to XHTML.
Briefly Discussed with: murray
This commit is contained in:
parent
c7b8543d35
commit
6f8588094f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13801
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# bsd.web.mk
|
||||
# $FreeBSD: www/share/mk/web.site.mk,v 1.41 2001/12/12 11:57:44 phantom Exp $
|
||||
# $FreeBSD: www/share/mk/web.site.mk,v 1.42 2002/03/13 13:09:45 murray Exp $
|
||||
|
||||
#
|
||||
# Build and install a web site.
|
||||
|
@ -48,7 +48,7 @@ ISPELLOPTS?= -l -p ${WEB_PREFIX}/en/share/dict/words ${ISPELLFLAGS}
|
|||
XSLTPROC?= ${PREFIX}/bin/xsltproc
|
||||
XSLTPROCOPTS?= -nonet ${XSLTPROCFLAGS}
|
||||
TIDY?= ${PREFIX}/bin/tidy
|
||||
TIDYOPTS?= -i -m -raw -preserve -f /dev/null ${TIDYFLAGS}
|
||||
TIDYOPTS?= -i -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS}
|
||||
|
||||
#
|
||||
# Install dirs derived from the above.
|
||||
|
|
Loading…
Reference in a new issue