Add hack for building Japanese handbook.

This commit is contained in:
Jun Kuriyama 1999-04-11 00:43:53 +00:00
parent f12cea1f2b
commit 663cd139b5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4669
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $Id: web.mk,v 1.18 1999-04-08 21:50:02 nik Exp $
# $Id: web.mk,v 1.19 1999-04-11 00:43:53 kuriyama Exp $
#
# Build and install a web site.
@ -194,6 +194,8 @@ _PROGSUBDIR: .USE
cd ${.CURDIR}/$${entry}; \
if [ $$entry = "handbook" -a ${WEBDIR} = "data" ]; then \
${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS} FORMATS="txt html html-split"; \
elif [ $$entry = "handbook" -a ${WEBDIR} = "data/ja" ]; then \
${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS} FORMATS="html html-split"; \
else \
${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS}; \
fi); \

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $Id: web.site.mk,v 1.18 1999-04-08 21:50:02 nik Exp $
# $Id: web.site.mk,v 1.19 1999-04-11 00:43:53 kuriyama Exp $
#
# Build and install a web site.
@ -194,6 +194,8 @@ _PROGSUBDIR: .USE
cd ${.CURDIR}/$${entry}; \
if [ $$entry = "handbook" -a ${WEBDIR} = "data" ]; then \
${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS} FORMATS="txt html html-split"; \
elif [ $$entry = "handbook" -a ${WEBDIR} = "data/ja" ]; then \
${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS} FORMATS="html html-split"; \
else \
${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS}; \
fi); \