;make manuals-watch
[ci skip]
This commit is contained in:
		
							parent
							
								
									088e253eff
								
							
						
					
					
						commit
						efc32138ac
					
				
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @ -727,11 +727,16 @@ haddock: \ | |||||||
| # # 	cd site/api && \
 | # # 	cd site/api && \
 | ||||||
| # # 	hoogle --convert=main.txt --output=default.hoo
 | # # 	hoogle --convert=main.txt --output=default.hoo
 | ||||||
| 
 | 
 | ||||||
|  | # flaky
 | ||||||
| site-watch: Shake | site-watch: Shake | ||||||
| 		$(call def-help,site-watch, open a browser on the website (in ./site) and rerender/reload when manuals or site content changes  ) | 		$(call def-help,site-watch, open a browser on the website (in ./site) and rerender/reload when manuals or site content changes  ) | ||||||
| 	(ls $(DOCSOURCEFILES) | entr ./Shake -VV manuals) & | 	(ls $(DOCSOURCEFILES) | entr ./Shake -VV manuals) & | ||||||
| 	make -C site html-watch | 	make -C site html-watch | ||||||
| 
 | 
 | ||||||
|  | manuals-watch: Shake | ||||||
|  | 		$(call def-help,manuals-watch, rerender manuals when their source files change  ) | ||||||
|  | 	ls $(DOCSOURCEFILES) | entr ./Shake -VV manuals | ||||||
|  | 
 | ||||||
| # This rule, for updating the live hledger.org site, gets called by:
 | # This rule, for updating the live hledger.org site, gets called by:
 | ||||||
| # 1. github-post-receive (github webhook handler), when something is pushed
 | # 1. github-post-receive (github webhook handler), when something is pushed
 | ||||||
| #    to the main or wiki repos on Github. Config:
 | #    to the main or wiki repos on Github. Config:
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user