Build www/ru/internal.
This commit is contained in:
parent
685e1b785a
commit
6181b65238
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6616
1 changed files with 34 additions and 0 deletions
34
ru/internal/Makefile
Normal file
34
ru/internal/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $FreeBSD$
|
||||
# Original version: 1.20
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
|
||||
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"
|
Loading…
Reference in a new issue