mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 10:19:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			178 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			178 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
#
 | 
						|
# Author: Mattias Gaertner
 | 
						|
#
 | 
						|
# Creates the whole HTML output for Lazarus
 | 
						|
 | 
						|
set -x
 | 
						|
set -e
 | 
						|
 | 
						|
sh ./update_lcl_html.sh $@
 | 
						|
sh ./update_gtkintf_html.sh $@
 | 
						|
 | 
						|
# end.
 | 
						|
 |