mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 11:02:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			190 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			190 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| # Builds all Lazarus docs and pack them in one .chm file
 | |
| #
 | |
| # Notes:
 | |
| #
 | |
| # Before running this file, first compile the project build_lcl_docs.lpi
 | |
| #
 | |
| ./build_lcl_docs --outfmt html
 | |
| 
 | |
| 
 | 
