Skip to content

Commit

Permalink
doc: fix generation of 1.10 manual html
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jul 4, 2018
1 parent 91c487d commit 7f1b34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shake.hs
Expand Up @@ -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
Expand Down

0 comments on commit 7f1b34e

Please sign in to comment.