Add note about lhs2tex's man page installation.
This commit is contained in:
parent
6f17b2fb39
commit
817a42056b
1 changed files with 4 additions and 0 deletions
4
Setup.hs
4
Setup.hs
|
@ -35,6 +35,10 @@ install pkg_descr lbi userhooks flags = do
|
|||
-- Based on pandoc's 'Setup.installManpages' and 'postInst' hook.
|
||||
-- Would be easier to just use 'rawSystem' as above.
|
||||
--
|
||||
-- XXX: lhs2tex installs man pages with the 'postCopy' hook.
|
||||
-- I chose 'postInst'. Pandoc uses both :P So, probably
|
||||
-- to use the 'postCopy' hook.
|
||||
--
|
||||
-- XXX: fix tabs!
|
||||
installManpages :: InstallFlags -> PackageDescription -> LocalBuildInfo -> IO ()
|
||||
installManpages flags pkg lbi =
|
||||
|
|
Loading…
Reference in a new issue