20 lines
		
	
	
	
		
			427 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			427 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD: www/ja/projects/Makefile,v 1.11 2000/11/07 11:37:57 kuriyama Exp $
 | |
| # The FreeBSD Japanese Documentation Project
 | |
| # Original revision: 1.7
 | |
| 
 | |
| .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
 | |
| 
 | |
| ### Revision checking
 | |
| REVCHECK=	yes
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |