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.
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			379 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			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"
 |