13 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD$
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| 
 | |
| DOCS=	projects.sgml
 | |
| DOCS+=	mozilla.sgml
 | |
| DOCS+=	newbies.sgml
 | |
| 
 | |
| INDEXLINK= projects.html
 | |
| 
 | |
| .include "../web.mk"
 |