Nuke revcheck script. This script is obsoleted by prehtml.
This commit is contained in:
parent
91c1ff8775
commit
72cdb6280f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8405
2 changed files with 2 additions and 72 deletions
|
@ -1,5 +1,5 @@
|
|||
# bsd.web.mk
|
||||
# $FreeBSD: www/share/mk/web.site.mk,v 1.34 2000/10/04 09:39:46 kuriyama Exp $
|
||||
# $FreeBSD: www/share/mk/web.site.mk,v 1.35 2000/11/07 11:39:40 kuriyama Exp $
|
||||
|
||||
#
|
||||
# Build and install a web site.
|
||||
|
@ -53,19 +53,6 @@ PORTSBASE?= /usr
|
|||
##################################################################
|
||||
# Transformation rules
|
||||
|
||||
###
|
||||
# file.sgml --> file.revinc
|
||||
#
|
||||
# Generate temporary file for translation revision checking
|
||||
.SUFFIXES: .sgml .revinc
|
||||
GENDOCS+= ${REVFILES}
|
||||
.sgml.revinc:
|
||||
if [ -f ${BUILDTOP}/en/${DIR_IN_LOCAL}/${.IMPSRC} ]; then \
|
||||
${BUILDTOP}/ja/revcheck ${BUILDTOP} ${DIR_IN_LOCAL} ${.IMPSRC} > ${.TARGET}; \
|
||||
else \
|
||||
touch ${.TARGET}; \
|
||||
fi
|
||||
|
||||
###
|
||||
# file.sgml --> file.html
|
||||
#
|
||||
|
@ -73,7 +60,7 @@ GENDOCS+= ${REVFILES}
|
|||
# references are expanded. file.html is added to the list of
|
||||
# things to install.
|
||||
|
||||
.SUFFIXES: .html
|
||||
.SUFFIXES: .sgml .html
|
||||
.if defined(REVCHECK)
|
||||
PREHTML= ${WEB_PREFIX}/ja/prehtml
|
||||
PREHTMLFLAGS= ${PREHTMLOPTS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue