CDSoft / pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...
http://cdelord.fr/pp
GNU General Public License v3.0
252 stars 21 forks source link

Use GNU tar on MacOS #37

Closed suhlig closed 6 years ago

suhlig commented 6 years ago

The version of tar built into MacOS does not support --transform, which makes make fail.

This PR uses GNU tar instead, which can be installed using Homebrew and, without affecting the system-provided tar, be called as gtar.

suhlig commented 6 years ago

Thanks. I moved the comment to doc/pp.md and squashed it with the original commit.