Next three files are derived from www/ru/docs.sgml docs/books.sgml (1.5) docs/man.sgml (1.3) docs/webresources.sgml (1.3) docs/Makefile (1.5) www/ru/Makefile: Add docs/ for building www/ru/includes.navdocs.sgml: change links to point to <docs> directory. MFen: www/ru/docs.sgml: 1.193 -> 1.194 Obtained from: The FreeBSD Russian Documentation Project
15 lines
381 B
Makefile
15 lines
381 B
Makefile
#The FreeBSD Russian Documentation Project
|
|
# $FreeBSDru: frdp/www/ru/docs/Makefile,v 1.1 2005/12/23 15:14:20 gad Exp $
|
|
# $FreeBSD$
|
|
# Original revision: 1.5
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= books.sgml man.sgml webresources.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|