Skip to content
Snippets Groups Projects
Commit 9e8ad314 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Add htmlDirTemplate to inplaceDirs

parent a7792a3b
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment