mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	docs: scripts/sphinx-pre-install: suggest latexmk for building pdf
The usage of latexmk improves the PDF output, as it re-run xelatex when it detects the need, in order to properly generate indexes and cross-references. As this is not a mandatory requirement, only suggest its addition. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
		
							parent
							
								
									28f7c99425
								
							
						
					
					
						commit
						5f6df00fd4
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -532,6 +532,7 @@ sub check_needs()
 | 
				
			||||||
	check_program("dot", 1);
 | 
						check_program("dot", 1);
 | 
				
			||||||
	check_program("convert", 1);
 | 
						check_program("convert", 1);
 | 
				
			||||||
	check_program("rsvg-convert", 1) if ($pdf);
 | 
						check_program("rsvg-convert", 1) if ($pdf);
 | 
				
			||||||
 | 
						check_program("latexmk", 1) if ($pdf);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	check_distros();
 | 
						check_distros();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue