15 lines
		
	
	
	
		
			319 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			319 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD: www/es/projects/Makefile,v 1.3 2000/11/29 23:56:59 kuriyama Exp $
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DOCS=	projects.sgml
 | |
| DOCS+=	newbies.sgml
 | |
| 
 | |
| INDEXLINK= projects.html
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |