mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	The sound subsystem book was added without the bits required to generate PDF output. Add them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# -*- coding: utf-8; mode: python -*-
 | 
						|
 | 
						|
project = "Linux Sound Subsystem Documentation"
 | 
						|
 | 
						|
tags.add("subproject")
 | 
						|
 | 
						|
latex_documents = [
 | 
						|
    ('index', 'sound.tex', project,
 | 
						|
     'The kernel development community', 'manual'),
 | 
						|
]
 |