19 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# $FreeBSD$
 | 
						|
 | 
						|
.if exists(../Makefile.conf)
 | 
						|
.include "../Makefile.conf"
 | 
						|
.endif
 | 
						|
 | 
						|
DOCS=	photos.sgml	
 | 
						|
DOCS+=	internal.sgml	
 | 
						|
DOCS+= 	about.sgml
 | 
						|
DOCS+= 	machines.sgml
 | 
						|
DOCS+= 	mirror.sgml
 | 
						|
DOCS+=	statistic.sgml
 | 
						|
DOCS+=	developer.sgml
 | 
						|
 | 
						|
INDEXLINK=	internal.html
 | 
						|
 | 
						|
DATA+=	README.mirror
 | 
						|
 | 
						|
.include "../web.mk"
 |