17 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # $FreeBSD$
 | |
| #
 | |
| # Article: Installing and Using FreeBSD With Other Operating Systems
 | |
| 
 | |
| DOC?= article
 | |
| 
 | |
| FORMATS?= html
 | |
| WITH_ARTICLE_TOC?= YES
 | |
| 
 | |
| INSTALL_COMPRESSED?=gz
 | |
| INSTALL_ONLY_COMPRESSED?=
 | |
| 
 | |
| SRCS=	article.sgml
 | |
| 
 | |
| DOC_PREFIX?= ${.CURDIR}/../../..
 | |
| .include "${DOC_PREFIX}/share/mk/doc.project.mk"
 |