mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 f3377977aa
			
		
	
	
		f3377977aa
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 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'),
 | |
| ]
 |