Resolve conflicts.
This commit is contained in:
parent
646ddd7e13
commit
c8f43ef65d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4249
1 changed files with 65 additions and 5 deletions
70
es/Makefile
70
es/Makefile
|
@ -1,10 +1,70 @@
|
|||
# $Id: Makefile,v 1.3 1998-08-11 17:40:51 wosch Exp $
|
||||
# $Id: Makefile,v 1.4 1999-02-08 19:34:03 wosch Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
||||
|
||||
# These are turned into validated, normalized HTML files.
|
||||
|
||||
DOCS= applications.sgml
|
||||
DOCS+= auditors.sgml
|
||||
DOCS+= availability.sgml
|
||||
DOCS+= docs.sgml
|
||||
DOCS+= features.sgml
|
||||
DOCS+= register.sgml
|
||||
DOCS+= index.sgml
|
||||
DOCS+= internet.sgml
|
||||
DOCS+= mailto.sgml
|
||||
DOCS+= publish.sgml
|
||||
DOCS+= send-pr.sgml
|
||||
DOCS+= support.sgml
|
||||
DOCS+= where.sgml
|
||||
DOCS+= y2kbug.sgml
|
||||
|
||||
CLEANFILES+=atoz.sgml site.sgml
|
||||
|
||||
# These will be directly installed.
|
||||
|
||||
#DATA= COPYING COPYING.LIB README.mirror robots.txt index.html
|
||||
DATA= robots.txt index.html
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
SUBDIR= security
|
||||
#SUBDIR+= commercial
|
||||
SUBDIR+= docproj
|
||||
SUBDIR+= news
|
||||
SUBDIR+= alpha
|
||||
SUBDIR+= internal
|
||||
SUBDIR+= copyright
|
||||
SUBDIR+= search
|
||||
#SUBDIR+= gallery
|
||||
SUBDIR+= ports
|
||||
SUBDIR+= projects
|
||||
SUBDIR+= releases
|
||||
#SUBDIR+= doc-es
|
||||
|
||||
# Non-SGML
|
||||
#SUBDIR+= gifs
|
||||
#SUBDIR+= cgi
|
||||
|
||||
# Non-English
|
||||
#.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
#SUBDIR+= ja
|
||||
#SUBDIR+= es
|
||||
#.endif
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
# Extern
|
||||
#SUBDIR+= tutorials
|
||||
|
||||
#DOCSUBDIR= FAQ handbook
|
||||
DOCSUBDIR= FAQ
|
||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||
.endif
|
||||
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||
|
||||
WEBDIR= data/es
|
||||
|
||||
WEBBASE= /data
|
||||
|
||||
.include "../web.mk"
|
||||
.include "web.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue