diff options
author | Nathan Collins <nathan.collins@gmail.com> | 2012-06-07 19:01:49 -0700 |
---|---|---|
committer | Nathan Collins <nathan.collins@gmail.com> | 2012-06-07 19:01:49 -0700 |
commit | 817a42056b228bccae2c3111214944bde1286325 (patch) | |
tree | aec4356bed59ce7305406ba92c892f618290be47 /Setup.hs | |
parent | 6f17b2fb39f389b01accee420548b54e22f41e0a (diff) |
Add note about lhs2tex's man page installation.
Diffstat (limited to 'Setup.hs')
-rw-r--r-- | Setup.hs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = |