diff --git a/ru/donations/Makefile b/ru/donations/Makefile new file mode 100644 index 0000000000..094baf6da8 --- /dev/null +++ b/ru/donations/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD: www/en/donations/Makefile,v 1.5 2003/01/27 16:42:27 trhodes Exp $ +# $FreeBSDru: frdp/www/ru/donations/Makefile,v 1.1 2003/09/30 17:23:51 andy Exp $ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= index.sgml wantlist.sgml donors.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk"