rtomayko / shocco

shocco is a quick-and-dirty, literate-programming-style documentation generator for / in POSIX shell
http://rtomayko.github.com/shocco/
Other
202 stars 38 forks source link

Allow path to Pygmentize to be set as an ENV var #2

Closed adamv closed 14 years ago

adamv commented 14 years ago

I'd like to be able to set the path to Pygmentize as an ENV var when running ./configure (to make it easier to right a brew for shocco.)

This change seems to let this work: http://github.com/adamv/shocco/commit/683451d7b5c387f3d9c5334a0061b66028ef90fa

Tested with: ./configure PYGMENTIZE=/usr/local/Cellar/shocco/HEAD/libexec/pygmentize --prefix=/usr/local/Cellar/shocco/HEAD/libexec in a private Homebrew formula.

rtomayko commented 14 years ago

Got it. Thanks!