MFen 1.38

This commit is contained in:
Andrey Zakhvatov 2003-12-31 10:49:54 +00:00
parent 30f70ecefe
commit 5d42c9bd0e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19398

View file

@ -1,18 +1,21 @@
# $FreeBSD$ #
# The FreeBSD Russian Documentation Project # The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.5 2003/10/27 14:25:36 den Exp $ #
# Original revision: 1.23 # $FreeBSD$
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.6 2003/12/31 10:38:40 andy Exp $
#
# Original revision: 1.38
#
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
.endif .endif
.if exists(../Makefile.inc) .if exists(../Makefile.inc)
.include "../Makefile.inc" .include "../Makefile.inc"
.endif .endif
DOCS= photos.sgml DOCS= photos.sgml
DOCS+= internal.sgml DOCS+= internal.sgml
DOCS+= about.sgml DOCS+= about.sgml
DOCS+= machines.sgml DOCS+= machines.sgml
DOCS+= mirror.sgml DOCS+= mirror.sgml
@ -20,24 +23,26 @@ DOCS+= new-account.sgml
DOCS+= statistic.sgml DOCS+= statistic.sgml
DOCS+= developer.sgml DOCS+= developer.sgml
DOCS+= bylaws.sgml DOCS+= bylaws.sgml
DOCS+= releng.sgml
DOCS+= expire-bits.sgml DOCS+= expire-bits.sgml
DOCS+= core-vote.sgml
DOCS+= trb-dispute.sgml
DOCS+= doceng.sgml
DOCS+= rtp.sgml
INDEXLINK= internal.html INDEXLINK= internal.html
# build the list of personal homepages of FreeBSD developers only # build the list of personal homepages of FreeBSD developers only
# on the main FreeBSD machines # on the main FreeBSD machines
hostname!= hostname hostname!= hostname
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" .if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
DOCS+= homepage.sgml DOCS+= homepage.sgml
.PHONY: homepage.inc .PHONY: homepage.inc
SCRIPTDIR= ${.CURDIR}/../../en/internal homepage.inc: ${WEB_PREFIX}/en/internal/homepage.pl
GENHOMEPAGE= $(SCRIPTDIR)/homepage.pl ${PERL} ${WEB_PREFIX}/en/internal/homepage.pl > ${.TARGET}
homepage.inc: ${GENHOMEPAGE} homepage.html: homepage.inc
${PERL} $(GENHOMEPAGE) > ${.TARGET}
homepage.sgml: $(GENHOMEPAGE) homepage.inc
CLEANFILES+= homepage.inc CLEANFILES+= homepage.inc
.endif .endif