1. 21 3月, 2015 1 次提交
  2. 20 3月, 2015 1 次提交
  3. 12 3月, 2015 1 次提交
  4. 09 3月, 2015 2 次提交
  5. 08 3月, 2015 4 次提交
  6. 02 3月, 2015 3 次提交
  7. 01 3月, 2015 1 次提交
  8. 15 2月, 2015 2 次提交
  9. 14 2月, 2015 2 次提交
  10. 28 1月, 2015 1 次提交
  11. 27 1月, 2015 1 次提交
  12. 26 1月, 2015 2 次提交
  13. 25 1月, 2015 2 次提交
    • K
      Merge pull request #295 from orlitzky/sdist-manpage · fe0a3982
      koalaman 提交于
      Add a pre-sdist hook to compile the man page (Github issue #247).
      fe0a3982
    • M
      Add a pre-sdist hook to compile the man page (Github issue #247). · 1be0f1ea
      Michael Orlitzky 提交于
      This replaces the default preSDist hook in Setup.hs with our own. The
      only thing the new hook does is compile the man page using callCommand
      from System.Process.
      
      If Pandoc fails, the entire sdist process will fail, since
      Extra-Source-Files in the cabal file now lists the man page.
      
      This is preferable to a build hook, because Pandoc pulls in a huge
      number of dependencies. It's better to build the man page once and
      ship it than to require every user to build and install pandoc before
      he can build ShellCheck.
      
      This creates another TODO item: an install hook can now be used to
      install the man page along with the rest of ShellCheck. But beware,
      the "man path" can vary from system to system.
      1be0f1ea
  14. 03 1月, 2015 1 次提交
  15. 24 12月, 2014 1 次提交
  16. 23 11月, 2014 4 次提交
  17. 10 11月, 2014 3 次提交
  18. 09 11月, 2014 1 次提交
  19. 05 11月, 2014 2 次提交
  20. 02 11月, 2014 5 次提交