Replace whitespaces by tabs were needed.
This commit is contained in:
parent
81cbb65f41
commit
4af9bf9aa9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15037
1 changed files with 16 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/es/doc/Makefile,v 1.1 2002/11/25 12:26:21 jesusr Exp $
|
||||
#
|
||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
||||
# in to the right place as necessary.
|
||||
|
|
@ -13,21 +13,21 @@ all: all-all all-install
|
|||
|
||||
all-all:
|
||||
@unset DESTDIR || true; \
|
||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
||||
${MAKE} FORMATS="html-split html" \
|
||||
INSTALL_COMPRESSED= all
|
||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
||||
${MAKE} FORMATS="html-split html" \
|
||||
INSTALL_COMPRESSED= all
|
||||
all-install:
|
||||
@unset DESTDIR || true; \
|
||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
||||
INSTALL_COMPRESSED= install
|
||||
@unset DESTDIR || true; \
|
||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
||||
${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
|
||||
INSTALL_COMPRESSED= install
|
||||
install clean:
|
||||
@unset DESTDIR || true; \
|
||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
||||
INSTALL_COMPRESSED= ${.TARGET}
|
||||
@unset DESTDIR || true; \
|
||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
||||
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
|
||||
INSTALL_COMPRESSED= ${.TARGET}
|
||||
.if make(clean)
|
||||
${RM} -rf es*
|
||||
${RM} -rf es*
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../../share/mk/web.site.mk"
|
||||
|
|
@ -35,6 +35,6 @@ install clean:
|
|||
obj: _OBJUSE
|
||||
|
||||
_OBJUSE: .USE
|
||||
@unset DESTDIR || true; \
|
||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
||||
${MAKE} ${.TARGET}
|
||||
@unset DESTDIR || true; \
|
||||
cd ${.CURDIR}/../../../doc/es_ES.ISO8859-1; \
|
||||
${MAKE} ${.TARGET}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue