1.3 (new) community.xsl
(removed) community.sgml
1.32 --> 1.35 doc/books.sgml
1.38 --> 1.39 internet.sgml
1.207 --> 1.209 projects/projects.sgml
1.28 --> 1.29 search/index-site.sgml
1.9 --> 1.10 search/search-mid.sgml
1.110 --> 1.111 search/search.sgml
1.9 --> 1.10 search/searchhints.sgml
1.59 --> 1.60 send-pr.sgml
Approved by: gabor (mentor)
Obtained from: The FreeBSD Hungarian Documentation Project
61 lines
1.4 KiB
Makefile
61 lines
1.4 KiB
Makefile
# $FreeBSD: www/hu/Makefile,v 1.6 2007/11/06 12:44:24 gabor Exp $
|
|
|
|
###################################################
|
|
# The FreeBSD Hungarian Documentation Project #
|
|
###################################################
|
|
|
|
.if exists(Makefile.conf)
|
|
.include "Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
# These are turned into validated, normalized HTML files.
|
|
|
|
DOCS= about.sgml
|
|
DOCS+= administration.sgml
|
|
DOCS+= applications.sgml
|
|
DOCS+= art.sgml
|
|
DOCS+= docs.sgml
|
|
DOCS+= features.sgml
|
|
DOCS+= internet.sgml
|
|
DOCS+= logo.sgml
|
|
DOCS+= mailto.sgml
|
|
DOCS+= send-pr.sgml
|
|
DOCS+= support.sgml
|
|
DOCS+= where.sgml
|
|
|
|
# Subdirectories
|
|
# SGML
|
|
SUBDIR+= advocacy
|
|
SUBDIR+= community
|
|
SUBDIR+= copyright
|
|
SUBDIR+= developers
|
|
SUBDIR+= docproj
|
|
SUBDIR+= docs
|
|
SUBDIR+= news
|
|
SUBDIR+= platforms
|
|
SUBDIR+= search
|
|
SUBDIR+= projects
|
|
SUBDIR+= support
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
|
SUBDIR+= doc
|
|
.endif
|
|
|
|
WEBDIR?= data/hu
|
|
|
|
## index.html is special, and generated from index.xsl and news/news.xml
|
|
DATA+= index.html
|
|
CLEANFILES+= index.html
|
|
|
|
XMLDOCS= index:xsl:${XML_NEWS_NEWS}:
|
|
DEPENDSET.index= transtable mirrors news press events \
|
|
advisories notices
|
|
|
|
XMLDOCS+= community::${XML_EVENTS_EVENTS}:
|
|
DEPENDSET.community=usergroups events
|
|
|
|
DATESUBST= 's/<!ENTITY date[ \t]*"$$Free[B]SD. .* \(.* .*\) .* .* $$">/<!ENTITY date "Utols\ó\; m\ó\;dos\í\;t\á\;s: \1">/'
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|