Repalce whitespaces by tabs where needed.

This commit is contained in:
Jesus Rodriguez Cuesta 2002-11-25 16:55:49 +00:00
parent 5eb2d5b2d5
commit a7d319a015
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15039

View file

@ -1,5 +1,5 @@
# #
# $FreeBSD$ # $FreeBSD: www/es/handbook/Makefile,v 1.1 2002/11/25 12:27:14 jesusr Exp $
# #
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
@ -12,14 +12,14 @@
# At build time, we have to link to the doc/ directory at the same level # At build time, we have to link to the doc/ directory at the same level
# as the www/ tree. # as the www/ tree.
all: all:
${LN} -fs ${.OBJDIR}/../../../doc/es_ES.ISO8859-1/books/handbook/* . ${LN} -fs ${.OBJDIR}/../../../doc/es_ES.ISO8859-1/books/handbook/* .
# At install time the ../doc/ directory has been populated, so we can # At install time the ../doc/ directory has been populated, so we can
# link in to there instead. # link in to there instead.
install: install:
[ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR} [ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR}
cd ${DOCINSTALLDIR}; \ cd ${DOCINSTALLDIR}; \
${LN} -fs ../doc/es_ES.ISO8859-1/books/handbook/* \ ${LN} -fs ../doc/es_ES.ISO8859-1/books/handbook/* \
${DOCINSTALLDIR} ${DOCINSTALLDIR}
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"