www/ja/support/Makefile
- Merge the following from the English version:
        (new) -> 1.3	www/ja/support/webresources.sgml
Submitted by:   Hiroki Kobayashi <solidsneak at hyper.cx>, ryusuke
Reviewed by:    Hiroo Ono <hiroo at jp dot FreeBSD dot org>, ryusuke
References:     [doc-jp-work 1492, 1519, 1521, 1522, 2033]
		
	
			
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			312 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			312 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD: www/ja/support/Makefile,v 1.1 2009/07/21 06:12:12 hrs Exp $
 | |
| # Original Revision: 1.1
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DOCS=	bugreports.sgml webresources.sgml
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |