git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6000 dfc29bdd-3216-0410-991c-e03cc46cb475
		
			
				
	
	
		
			12 lines
		
	
	
		
			245 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			245 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| rm tut.txt || true;
 | |
| 
 | |
| mkdir ../../../doctemp
 | |
| mkdir ../../../doctemp/html
 | |
| cp doxygen.css irrlicht.png logobig.png ../../../doctemp/html
 | |
| 
 | |
| for i in ../../../examples/[012]*/main.cpp; do
 | |
|   sed -f tutorials.sed $i >>tut.txt;
 | |
| done
 | |
| 
 | |
| doxygen doxygen.cfg
 |