head	1.7;
access;
symbols
	XML_XSL_XP:1.4.0.2
	XML_XSL_XP_BP:1.4;
locks; strict;
comment	@# @;


1.7
date	2004.12.09.08.41.16;	author den;	state dead;
branches;
next	1.6;

1.6
date	2001.12.17.21.07.12;	author phantom;	state Exp;
branches;
next	1.5;

1.5
date	2001.12.13.21.30.10;	author phantom;	state Exp;
branches;
next	1.4;

1.4
date	2000.11.10.17.27.33;	author phantom;	state Exp;
branches;
next	1.3;

1.3
date	2000.10.27.12.14.02;	author phantom;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.12.22.30.49;	author phantom;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.05.15.32.14;	author phantom;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove gallery and link to gallery.cgi

Reminded by:	ceri
@
text
@# $FreeBSD: www/ru/gallery/Makefile,v 1.6 2001/12/17 21:07:12 phantom Exp $
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/gallery/Makefile,v 1.6 2001/12/17 18:00:05 phantom Exp $
# Original revision: 1.16

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

XSLTPROCFLAGS=	--catalogs
XSLT=	${SETENV} SGML_CATALOG_FILES=${PREFIX}/share/xml/dtd/xhtml/xhtml.soc \
	${XSLTPROC} ${XSLTPROCOPTS}

DBXML=	../../en/gallery/gallery.xml

INDEXLINK= gallery.html

DATA+=	gallery.html cgallery.html npgallery.html pgallery.html

CLEANFILES+= ${DATA}

gallery.html: ${DBXML} gallery.xsl ../includes.xsl
	${XSLT} ${.CURDIR}/gallery.xsl ${.CURDIR}/${DBXML} > ${.TARGET}
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif

cgallery.html: ${DBXML} gallery-entry.xsl
	${XSLT} --param type \'commercial\' \
		${.CURDIR}/gallery-entry.xsl ${.CURDIR}/${DBXML} > ${.TARGET}
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif

npgallery.html: ${DBXML} gallery-entry.xsl
	${XSLT} --param type \'nonprofit\' \
		${.CURDIR}/gallery-entry.xsl ${.CURDIR}/${DBXML} > ${.TARGET}
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif

pgallery.html: ${DBXML} gallery-entry.xsl
	${XSLT} --param type \'personal\' \
		${.CURDIR}/gallery-entry.xsl ${.CURDIR}/${DBXML} > ${.TARGET}
.if !defined(NO_TIDY)
	-${TIDY} ${TIDYOPTS} ${.TARGET}
.endif

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.6
log
@Synchronize www/ru tree with FreeBSD Russian Documentation Project's
CVS Repository.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.5
log
@MFen:

        1.11  -> 1.15   Makefile
        (new) -> 1.1    gallery-entry.xsl
        (new) -> 1.1    gallery.xsl

Obtained from: The FreeBSD Russian Documentation Project CVS Repository
@
text
@d3 2
a4 2
# $FreeBSDru: frdp/www/ru/gallery/Makefile,v 1.5 2001/12/13 21:24:23 phantom Exp $
# Original revision: 1.15
@


1.4
log
@Synchronize with FreeBSD russian Documentation Project Repository.

This commit brings in some synchronizations, Original revisions for
all Makefiles, switch from en/web.mk to share/mk/web.site.mk
@
text
@d3 2
a4 2
# $FreeBSDru: frdp/www/ru/gallery/Makefile,v 1.3 2000/11/10 17:04:49 phantom Exp $
# Original revision: 1.11
a8 1

d13 5
a17 4
DOCS = gallery.sgml
DOCS+= cgallery.sgml
DOCS+= npgallery.sgml 
DOCS+= pgallery.sgml
d21 16
a36 1
CLEANFILES+= cgallery.inc npgallery.inc pgallery.inc gallery.inc
d38 13
a50 22
SCRIPTSRCDIR = ${.CURDIR}/../../en/gallery
GENSCRIPT = $(SCRIPTSRCDIR)/gengallery.pl
DBFILE = $(SCRIPTSRCDIR)/gallery.db

cgallery.html: cgallery.sgml cgallery.inc
cgallery.inc: $(GENSCRIPT) $(DBFILE)
	${PERL} $(GENSCRIPT) commercial $(DBFILE) > cgallery.inc

npgallery.html: npgallery.sgml npgallery.inc
npgallery.inc: $(GENSCRIPT) $(DBFILE)
	${PERL} $(GENSCRIPT) nonprofit $(DBFILE) > npgallery.inc

pgallery.html: pgallery.sgml pgallery.inc
pgallery.inc: $(GENSCRIPT) $(DBFILE)
	${PERL} $(GENSCRIPT) personal $(DBFILE) > pgallery.inc

gallery.html: gallery.sgml gallery.inc
gallery.inc: $(DBFILE) gallery.sgml
	${PERL} $(SCRIPTSRCDIR)/prune.pl $(DBFILE) /dev/null | \
	${PERL} -ne 'chomp; m/([-\w]+):\s+(\d+)/ and \
	          print qq/<!ENTITY num./.lc($$1).qq/ CDATA "$$2">\n/' \
	> gallery.inc
@


1.3
log
@Mega-update of Russian Web pages to current FreeBSD Russian Doc Project's CVS
Repository state.  This commit mostly brings in a lot of translation synches,
spelling fixes, adds new translations.

Obtained from:	FreeBSD Russian Documentation Project CVS Repository
@
text
@d3 2
a4 2
# $FreeBSDru: frdp/www/ru/gallery/Makefile,v 1.2 2000/10/12 10:02:51 phantom Exp $
# Original revision: 1.10
d10 4
d46 1
a46 2
.include "../web.mk"

@


1.2
log
@Add cgallery.sgml, pgallery.sgml, npgallery.sgml to build list.
Correct dependencies list.
@
text
@d2 3
a4 1
# Original version: 1.7
d17 1
a17 1
CLEANFILES+= cgallery.inc npgallery.inc pgallery.inc
d19 1
a19 1
SCRIPTSRCDIR = ../../en/gallery
d25 1
a25 1
	perl $(GENSCRIPT) commercial $(DBFILE) > cgallery.inc
d29 1
a29 1
	perl $(GENSCRIPT) nonprofit $(DBFILE) > npgallery.inc
d33 8
a40 1
	perl $(GENSCRIPT) personal $(DBFILE) > pgallery.inc
@


1.1
log
@Add new directory: www/ru/gallery
@
text
@d2 1
a2 2
# The FreeBSD Russian Documentation Project
# Original revision: 1.7
d9 3
d15 17
a31 2
#BUILDTOP=	../..
#DIR_IN_LOCAL=	gallery
d34 1
@

