diff --git a/ru/internal/Makefile b/ru/internal/Makefile index e3024c117a..27f09d3e48 100644 --- a/ru/internal/Makefile +++ b/ru/internal/Makefile @@ -1,34 +1,34 @@ -# $FreeBSD$ +# $FreeBSD: www/ru/internal/Makefile,v 1.1 2000/02/28 12:56:52 phantom Exp $ # Original version: 1.20 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif -DOCS= photos.sgml -#DOCS+= internal.sgml +DOCS= photos.sgml +DOCS+= internal.sgml DOCS+= about.sgml DOCS+= machines.sgml DOCS+= mirror.sgml DOCS+= statistic.sgml DOCS+= developer.sgml INDEXLINK= internal.html # build the list of personal homepages of FreeBSD developers only # on the main FreeBSD machines #hostname!= hostname #.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" #DOCS+= homepage.sgml #.PHONY: homepage.inc #homepage.inc: # perl homepage.pl > ${.TARGET} #homepage.sgml: homepage.inc #CLEANFILES+= homepage.inc #.endif #DATA+= README.mirror .include "../web.mk"