progress. There is a bit of work to be done here but in the end it may help. This is not hooked up to the build yet, it should be fleshed out a bit more first. Discussed with: rwatson (phone and email)
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD$
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DOCS=	index.sgml
 | |
| 
 | |
| DATA=	docbook.css
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |