doc: fix generation of 1.10 manual html

This commit is contained in:
Simon Michael 2018-07-04 13:22:09 +01:00
parent 91c487d4c2
commit 7f1b34ea1d

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" ]
docversions = [ "1.0" , "1.1" , "1.2" , "1.3" , "1.4" , "1.5" , "1.9", "1.10" ]
-- manuals rendered to html by pandoc
webhtmlpages