mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 08:19:53 +01:00 
			
		
		
		
	* Added --make-searchable to default fpdoc options when the format is chm git-svn-id: trunk@21630 -
		
			
				
	
	
		
			12 lines
		
	
	
		
			306 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			306 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
REM
 | 
						|
REM Builds all Lazarus docs and pack them in one .chm file
 | 
						|
REM
 | 
						|
REM Notes:
 | 
						|
REM
 | 
						|
REM 1 - Please fix the path in this file for your installation
 | 
						|
REM 2 - Before running this file, first compile the project build_lcl_docs.lpi
 | 
						|
REM
 | 
						|
PATH=D:\programming\fpc\bin\i386-win32\
 | 
						|
build_lcl_docs.exe --outfmt chm
 | 
						|
pause
 |