site: shake: also generate the 1.11 web manual

[ci skip]
This commit is contained in:
Simon Michael 2018-10-06 09:48:03 -10:00
parent 36f59216ad
commit 64f1c7ccc7

View File

@ -138,7 +138,7 @@ main = do
webmanpages = ["site" </> manpageNameToUri m <.> "md" | m <- manpageNames]
-- versions of documentation (excluding 0.27)
docversions = [ "1.0" , "1.1" , "1.2" , "1.3" , "1.4" , "1.5" , "1.9", "1.10" ]
docversions = [ "1.0" , "1.1" , "1.2" , "1.3" , "1.4" , "1.5" , "1.9", "1.10", "1.11" ]
-- manuals rendered to html by pandoc
webhtmlpages