6 lines
		
	
	
		
			105 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			105 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all:
 | |
| 	makeinfo --html index.texi
 | |
| 
 | |
| readme:
 | |
| 	makeinfo --docbook --no-split -o build/docbook.xml index.texi
 |