;doc: strip html comments, preserved by latest pandoc (?)
Not sure when the --strip-comments option was added, but we seem to need it now. [ci skip]
This commit is contained in:
		
							parent
							
								
									3bf6ef9a8b
								
							
						
					
					
						commit
						6dcf6310a3
					
				
							
								
								
									
										2
									
								
								Shake.hs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Shake.hs
									
									
									
									
									
								
							| @ -104,7 +104,7 @@ usage = unlines | |||||||
| 
 | 
 | ||||||
| -- groff    = "groff -c" ++ " -Wall"  -- see "groff" below | -- groff    = "groff -c" ++ " -Wall"  -- see "groff" below | ||||||
| makeinfo = "makeinfo" ++ " --no-warn"  -- silence makeinfo warnings - comment out to see them | makeinfo = "makeinfo" ++ " --no-warn"  -- silence makeinfo warnings - comment out to see them | ||||||
| pandoc   = "pandoc" | pandoc   = "pandoc --strip-comments" | ||||||
| 
 | 
 | ||||||
| -- Must support both BSD sed and GNU sed. Tips: | -- Must support both BSD sed and GNU sed. Tips: | ||||||
| -- BSD: | -- BSD: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user