mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Use pandoc to convert documentation to ReST by calling Documentation/sphinx/tmplcvt script. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			214 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			214 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# -*- coding: utf-8; mode: python -*-
 | 
						|
 | 
						|
project = "Linux Filesystems API"
 | 
						|
 | 
						|
tags.add("subproject")
 | 
						|
 | 
						|
latex_documents = [
 | 
						|
    ('index', 'filesystems.tex', project,
 | 
						|
     'The kernel development community', 'manual'),
 | 
						|
]
 |