Add note about lhs2tex's man page installation.

This commit is contained in:
Nathan Collins 2012-06-07 19:01:49 -07:00
parent 6f17b2fb39
commit 817a42056b

View file

@ -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 =