doc/en_US.ISO8859-1/htdocs/copyright/Makefile
Simon L. B. Nielsen 348a343f67 Just link to svnweb for ports/LEGAL instead of having to rely ugly
hacks to get the file into the build.

The specific reason for the fix is that http://svn.FreeBSD.org/
doesn't work in new www build jail, and while that could be fixed the
doc build shouldn't go to the interweb to fetch things in the first
place, so we might as well do this right.
2013-01-01 13:41:33 +00:00

21 lines
379 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= copyright.xml
DOCS+= daemon.xml
DOCS+= freebsd-doc-license.xml
DOCS+= freebsd-license.xml
DOCS+= license.xml
DOCS+= trademarks.xml
INDEXLINK= copyright.html
DATA+= COPYING COPYING.LIB
.include "${DOC_PREFIX}/share/mk/web.site.mk"