Skip to content

Commit

Permalink
Add htmlDirTemplate to inplaceDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Sep 12, 2007
1 parent dd1b4c3 commit d9f2da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Distribution/Simple/Register.hs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ mkInstalledPackageInfo pkg_descr lbi inplace = do
installDirTemplates = (installDirTemplates lbi) {
dataDirTemplate = toPathTemplate pwd,
dataSubdirTemplate = toPathTemplate distPref,
docDirTemplate = toPathTemplate (pwd </> distPref </> "doc")
docDirTemplate = toPathTemplate (pwd </> distPref </> "doc"),
htmlDirTemplate = toPathTemplate (pwd </> distPref </> "doc" </> "html")
}
} NoCopyDest
(absinc,relinc) = partition isAbsolute (includeDirs bi)
Expand Down

0 comments on commit d9f2da4

Please sign in to comment.