doc: Use 'sed' instead of 'perl' in the Makefile
commit794efbc3bee925f26f889c36d1528f0d2b50b0b2
authorDavid Aguilar <davvid@gmail.com>
Sat, 17 Apr 2010 21:27:41 +0000 (17 14:27 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 17 Apr 2010 21:31:32 +0000 (17 14:31 -0700)
tree6ac5c6445183796af2eed3a48a951c1582f58573
parent818edc00d72c406f0580118fdbf803fe1461a94a
doc: Use 'sed' instead of 'perl' in the Makefile

There's very few places where we require perl so let's
use the more portable option whenever possible.
We were using perl to do string replacements when
generating conf.py.  We can just as easily use 'sed'
and eliminate the pipe while we're at it.

Signed-off-by: David Aguilar <davvid@gmail.com>
share/doc/git-cola/Makefile