doc/ru/releases/Makefile

26 lines
596 B
Makefile
Raw Normal View History

2000-03-12 23:17:19 +01:00
# $FreeBSD$
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/releases/Makefile,v 1.3 2000/11/10 17:04:52 phantom Exp $
# Original version: 1.25
2000-03-12 23:17:19 +01:00
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
2000-03-12 23:17:19 +01:00
DOCS?= index.sgml snapshots.sgml
#SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R
#SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R
#SUBDIR+= 3.3R 3.4R 3.5R
#SUBDIR+= 4.0R 4.1R 4.1.1R
2000-03-12 23:17:19 +01:00
.if defined $(NEW_BUILD)
SUBDIR=
.endif
.include "${WEB_PREFIX}/share/mk/web.site.mk"