site: move website/ -> site/
							
								
								
									
										13
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						| @ -302,15 +302,16 @@ docs: site apidocs | |||||||
| 
 | 
 | ||||||
| # build the hledger.org website
 | # build the hledger.org website
 | ||||||
| # Requires hakyll (cabal install hakyll)
 | # Requires hakyll (cabal install hakyll)
 | ||||||
| site: website/hakyll | .PHONY: site | ||||||
| 	cd website; ./hakyll build | site: site/hakyll | ||||||
| 	cd website/_site; ln -sf README.html index.html | 	cd site; ./hakyll build | ||||||
|  | 	cd site/_site; ln -sf README.html index.html | ||||||
| 
 | 
 | ||||||
| website/hakyll: website/hakyll.hs | site/hakyll: site/hakyll.hs | ||||||
| 	cd website; ghc --make hakyll.hs | 	cd site; ghc --make hakyll.hs | ||||||
| 
 | 
 | ||||||
| viewsite: site | viewsite: site | ||||||
| 	$(VIEWHTML) website/_site/index.html | 	$(VIEWHTML) site/_site/index.html | ||||||
| 
 | 
 | ||||||
| # generate html versions of docs (and the hledger.org website)
 | # generate html versions of docs (and the hledger.org website)
 | ||||||
| # work around pandoc not handling full rst image directive
 | # work around pandoc not handling full rst image directive
 | ||||||
|  | |||||||
| Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 219 KiB | 
| Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB | 
| Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB | 
| Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |