mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 07:21:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			243 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			243 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| # Builds all Lazarus docs and pack them in one .chm file
 | |
| #
 | |
| ../../lazbuild build_lcl_docs.lpi
 | |
| ./build_lcl_docs --outfmt chm
 | |
| 
 | |
| # Build with links to RTL+FCL
 | |
| #./build_lcl_docs --fpcdocs ../chm/ --footer locallclfooter.xml --outfmt chm
 | 
