in the case of */FAQ/Makefile, because the FAQs are all in the wrong place. Things still install properly, but some of the directory paths are hardcoded. This will be going away ASAP.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $Id: Makefile,v 1.5 1999-08-16 22:09:10 nik Exp $
 | |
| 
 | |
| DOC?= article
 | |
| 
 | |
| FORMATS?= html
 | |
| 
 | |
| INSTALL_COMPRESSED?=gz
 | |
| INSTALL_ONLY_COMPRESSED?=
 | |
| 
 | |
| SRCS= article.sgml
 | |
| 
 | |
| DOC_PREFIX?= ../../..
 | |
| 
 | |
| .include "../../../share/mk/docproj.docbook.mk"
 |