mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	As we'll type this a lot, after adding CodingStyle & friends, let's rename the directory name to a shorter one. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# -*- coding: utf-8; mode: python -*-
 | 
						|
 | 
						|
project = 'Linux Kernel Development Documentation'
 | 
						|
 | 
						|
tags.add("subproject")
 | 
						|
 | 
						|
latex_documents = [
 | 
						|
    ('index', 'process.tex', 'Linux Kernel Development Documentation',
 | 
						|
     'The kernel development community', 'manual'),
 | 
						|
]
 |