Repalce whitespaces by tabs where needed.
This commit is contained in:
parent
5eb2d5b2d5
commit
a7d319a015
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15039
1 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
@ -12,14 +12,14 @@
|
|||
# At build time, we have to link to the doc/ directory at the same level
|
||||
# as the www/ tree.
|
||||
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
|
||||
# link in to there instead.
|
||||
install:
|
||||
[ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR}
|
||||
cd ${DOCINSTALLDIR}; \
|
||||
${LN} -fs ../doc/es_ES.ISO8859-1/books/handbook/* \
|
||||
${DOCINSTALLDIR}
|
||||
[ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR}
|
||||
cd ${DOCINSTALLDIR}; \
|
||||
${LN} -fs ../doc/es_ES.ISO8859-1/books/handbook/* \
|
||||
${DOCINSTALLDIR}
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue