is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
		
	
			
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# $FreeBSD$
 | 
						|
#
 | 
						|
 | 
						|
MAINTAINER= stijn@win.tue.nl
 | 
						|
 | 
						|
DOC?= article
 | 
						|
 | 
						|
FORMATS?= html
 | 
						|
 | 
						|
INSTALL_COMPRESSED?= gz
 | 
						|
INSTALL_ONLY_COMPRESSED?=
 | 
						|
 | 
						|
# SGML content
 | 
						|
SRCS=  article.sgml
 | 
						|
 | 
						|
DOC_PREFIX?= ${.CURDIR}/../../..
 | 
						|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
 |