Workaround to install spanish FAQ again.
This commit is contained in:
parent
c1569e2a4d
commit
0a061aa310
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5532
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.5 1999-08-19 20:42:03 nik Exp $
|
||||
# $Id: Makefile,v 1.6 1999-09-05 13:20:48 wosch Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -59,6 +59,8 @@ SUBDIR+= releases
|
|||
# Extern
|
||||
#SUBDIR+= tutorials
|
||||
|
||||
#DOCSUBDIR= FAQ handbook
|
||||
DOCSUBDIR= FAQ
|
||||
.endif
|
||||
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# bsd.web.mk
|
||||
# $Id: web.mk,v 1.2 1999-04-10 20:21:50 jesusr Exp $
|
||||
# $Id: web.mk,v 1.3 1999-09-05 13:20:48 wosch Exp $
|
||||
|
||||
#
|
||||
# Build and install a web site.
|
||||
|
@ -163,8 +163,7 @@ realinstall2:
|
|||
for entry in ${DOCSUBDIR}; do \
|
||||
if [ $$entry != "handbook" ]; then \
|
||||
(cd ${DOCINSTALLDIR}/$$entry; \
|
||||
if test -f $$entry.html; then tar czf $$entry-html.tar.gz *.html; fi; \
|
||||
if test -f $$entry.html; then ln -fs $${entry}.html index.html;fi ) \
|
||||
if test -f $$entry.html; then tar czf $$entry-html.tar.gz *.html; fi; ) \
|
||||
fi; \
|
||||
done
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue