24 lines
618 B
Makefile
24 lines
618 B
Makefile
# $FreeBSD: www/ru/commercial/Makefile,v 1.3 2000/11/10 17:27:30 phantom Exp $
|
|
# The FreeBSD Russian Documentation Project
|
|
# $FreeBSDru: frdp/www/ru/commercial/Makefile,v 1.3 2000/11/10 17:04:48 phantom Exp $
|
|
# Original revision: 1.14
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS = commercial.sgml
|
|
# DOCS+= consulting.sgml
|
|
# DOCS+= consulting_bycat.sgml
|
|
# DOCS+= hardware.sgml
|
|
# DOCS+= misc.sgml
|
|
# DOCS+= software.sgml
|
|
# DOCS+= software_bycat.sgml
|
|
|
|
INDEXLINK=commercial.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|