make docs-building more robust
This commit is contained in:
		
							parent
							
								
									470d5284b0
								
							
						
					
					
						commit
						f8a37d5531
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -69,7 +69,7 @@ docs: html pdf api-doc-frames
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
html:
 | 
					html:
 | 
				
			||||||
	for d in $(DOCS); do rst2html $$d >doc/$$d.html; done
 | 
						for d in $(DOCS); do rst2html $$d >doc/$$d.html; done
 | 
				
			||||||
	cd doc; ln -s README.html index.html
 | 
						cd doc; ln -f -s README.html index.html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pdf:
 | 
					pdf:
 | 
				
			||||||
	for d in $(DOCS); do rst2pdf $$d -o doc/$$d.pdf; done
 | 
						for d in $(DOCS); do rst2pdf $$d -o doc/$$d.pdf; done
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user