java/Makefile java/index.sgml java/links/Makefile java/links/api.sgml java/links/development.sgml java/links/documentation.sgml java/links/freebsd.sgml java/links/index.sgml java/links/resources.sgml java/links/servlets.sgml java/links/tools.sgml java/links/tutorials.sgml java/links/vendor.sgml Submitted by: Yatou Hiroki <san@oct.zaq.ne.jp> Reviewed by: SUGIMURA Takashi <sugimura@kitanet.ne.jp> (in part) References: [doc-jp 8116]
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			512 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			512 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD$
 | |
| # The FreeBSD Japanese Documentation Project
 | |
| # Original revision: 1.3
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DOCS =  freebsd.sgml
 | |
| DOCS+=  tools.sgml
 | |
| DOCS+=  api.sgml
 | |
| DOCS+=  index.sgml 
 | |
| DOCS+=  tutorials.sgml
 | |
| DOCS+=  development.sgml
 | |
| DOCS+=  resources.sgml 
 | |
| DOCS+=  vendor.sgml
 | |
| DOCS+=  documentation.sgml
 | |
| DOCS+=  servlets.sgml
 | |
| 
 | |
| ### Revision checking
 | |
| REVCHECK= YES
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |