tools: remove some more hakyll-std traces
[ci skip]
This commit is contained in:
		
							parent
							
								
									2618455ab9
								
							
						
					
					
						commit
						fe7157dfa4
					
				
							
								
								
									
										1
									
								
								.ctags
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								.ctags
									
									
									
									
									
								
							| @ -18,5 +18,4 @@ | |||||||
| --exclude=old | --exclude=old | ||||||
| --exclude=site/doc | --exclude=site/doc | ||||||
| --exclude=site/files | --exclude=site/files | ||||||
| --exclude=site/hakyll-std |  | ||||||
| --exclude=tests/addons/hledger-* | --exclude=tests/addons/hledger-* | ||||||
|  | |||||||
							
								
								
									
										11
									
								
								Shake.hs
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								Shake.hs
									
									
									
									
									
								
							| @ -57,8 +57,8 @@ usage = unlines | |||||||
| --   ,"./Shake manpages         # generate nroff files for man" | --   ,"./Shake manpages         # generate nroff files for man" | ||||||
| --   ,"./Shake txtmanpages      # generate text man pages for embedding" | --   ,"./Shake txtmanpages      # generate text man pages for embedding" | ||||||
| --   ,"./Shake infomanpages     # generate info files for info" | --   ,"./Shake infomanpages     # generate info files for info" | ||||||
| --   ,"./Shake webmanpages      # generate individual web man pages for hakyll" | --   ,"./Shake webmanpages      # generate individual web man pages as markdown" | ||||||
| --   ,"./Shake webmanall        # generate all-in-one web manual for hakyll" | --   ,"./Shake webmanall        # generate all-in-one web manual as markdown" | ||||||
|   ,"./Shake site/doc/VER/.snapshot   # generate and save a versioned web site snapshot" |   ,"./Shake site/doc/VER/.snapshot   # generate and save a versioned web site snapshot" | ||||||
|   ,"./Shake all              # generate everything" |   ,"./Shake all              # generate everything" | ||||||
|   ,"./Shake clean            # clean generated files" |   ,"./Shake clean            # clean generated files" | ||||||
| @ -68,7 +68,6 @@ usage = unlines | |||||||
| 
 | 
 | ||||||
| pandoc = "stack exec -- pandoc" -- pandoc from project's stackage snapshot | pandoc = "stack exec -- pandoc" -- pandoc from project's stackage snapshot | ||||||
| pandocSiteFilter = "tools/pandoc-site" | pandocSiteFilter = "tools/pandoc-site" | ||||||
| hakyllstd = "site/hakyll-std/hakyll-std" |  | ||||||
| makeinfo = "makeinfo" | makeinfo = "makeinfo" | ||||||
| -- nroff = "nroff" | -- nroff = "nroff" | ||||||
| groff = "groff" | groff = "groff" | ||||||
| @ -157,7 +156,7 @@ main = do | |||||||
|                 ] |                 ] | ||||||
|               ) |               ) | ||||||
| 
 | 
 | ||||||
|       -- manuals rendered to markdown and combined, ready for web output by hakyll |       -- manuals rendered to markdown and combined, ready for web rendering | ||||||
|       webmanall = "site/manual.md" |       webmanall = "site/manual.md" | ||||||
| 
 | 
 | ||||||
|       -- file extensions which should just be copied directly over to the website |       -- file extensions which should just be copied directly over to the website | ||||||
| @ -239,10 +238,6 @@ main = do | |||||||
| 
 | 
 | ||||||
|     phony "website" $ do |     phony "website" $ do | ||||||
|       need $ [ "website-copy" , "website-render" ] |       need $ [ "website-copy" , "website-render" ] | ||||||
|     -- website also links to old manuals, which are generated manually |  | ||||||
|     -- with ./Shake websnapshot and committed |  | ||||||
|     -- TODO: when pandoc filters are missing, ./Shake website complains about them before building them |  | ||||||
|     --   ./Shake.hs && ./Shake Clean && (cd site/hakyll-std; ./hakyll-std.hs) && ./Shake website |  | ||||||
| 
 | 
 | ||||||
|     -- use m4 and pandoc to process macros and filter content, leaving markdown suitable for web output |     -- use m4 and pandoc to process macros and filter content, leaving markdown suitable for web output | ||||||
|     phony "webmanpages" $ need webmanpages |     phony "webmanpages" $ need webmanpages | ||||||
|  | |||||||
							
								
								
									
										1
									
								
								site/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								site/.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +1,3 @@ | |||||||
| hakyll-std/hakyll-std |  | ||||||
| _cache | _cache | ||||||
| _site | _site | ||||||
| files/downloads | files/downloads | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user