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

Download from Homepage is missing tag.sh #36

Closed suhlig closed 6 years ago

suhlig commented 6 years ago

As advised by the docs I downloaded pp from http://cdsoft.fr/pp/pp.tgz and extracted it; yet make failed with

/bin/bash: ./tag.sh: No such file or directory
make: *** No rule to make target `.stack-work/PlantumlJar_c.c', needed by `/Users/suhlig/Downloads/pp/.stack-work/install/x86_64-osx/lts-9.1/8.0.2/bin/pp'.  S
top.

Looks like the tarball does not include tag.sh. Cloning the git repo worked fine, so I guess the tarball is incomplete?

CDSoft commented 6 years ago

tag.sh should not be executed outside of a git repository. I will fix Makefile.

I don't understand the second error. I can reproduce it but I don't see any difference between the tarball and the git repository... Need more time to understand.

CDSoft commented 6 years ago

Oops I just have seen that tools/blob.hs is missing too. That fixes the second error.

CDSoft commented 6 years ago

That's fixed.