13 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $Id: Makefile,v 1.5 1998-08-11 11:43:52 wosch Exp $
 | 
						|
 | 
						|
.if exists(../Makefile.conf)
 | 
						|
.include "../Makefile.conf"
 | 
						|
.endif
 | 
						|
 | 
						|
DOCS=	projects.sgml
 | 
						|
DOCS+=	mozilla.sgml
 | 
						|
DOCS+=	newbies.sgml
 | 
						|
 | 
						|
INDEXLINK= projects.html
 | 
						|
 | 
						|
.include "../web.mk"
 |