forked from mirrors/linux
		
	 22917b992d
			
		
	
	
		22917b992d
		
	
	
	
	
		
			
			There were a few manuals that weren't being built in PDF format, but there's no reason not to... Signed-off-by: Jonathan Corbet <corbet@lwn.net>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # -*- coding: utf-8; mode: python -*-
 | |
| 
 | |
| project = "Core-API Documentation"
 | |
| 
 | |
| tags.add("subproject")
 | |
| 
 | |
| latex_documents = [
 | |
|     ('index', 'core-api.tex', project,
 | |
|      'The kernel development community', 'manual'),
 | |
| ]
 |