egallesio / STklos

STklos Scheme
http://stklos.net
GNU General Public License v2.0
68 stars 17 forks source link

Missing path to `build-pp-demo.sh` #571

Closed jpellegrini closed 11 months ago

jpellegrini commented 11 months ago

Hi @egallesio ! I believe you forgot to commit the file build-pp-demo.sh...

asciidoctor -v -o ../HTML/hacking.html tmp-html.txt
make[2]: Leaving directory '/home/jeronimo/pkg/scheme/STklos/doc/hacking'
make[2]: Entering directory '/home/jeronimo/pkg/scheme/STklos/doc/pp'
../../src/stklos -q -I ../../lib -f ../../utils/stklos-pp.stk -- -D "doc-fmt: 'html" pp.adoc > tmp-html.txt
mkdir -p ../HTML
(cd Resources; build-pp-demo.sh)
/bin/bash: line 1: build-pp-demo.sh: command not found
make[2]: *** [Makefile:489: ../HTML/pp-demo.html] Error 127
make[2]: *** Waiting for unfinished jobs....
/home/jeronimo/pkg/scheme/STklos/doc/pp/Resources/frontmatter.txt:5: warning markup '---' absent to close the headermake[2]: Leaving directory '/home/jeronimo/pkg/scheme/STklos/doc/pp'
make[1]: *** [Makefile:697: all] Error 2
make[1]: Leaving directory '/home/jeronimo/pkg/scheme/STklos/doc'
make: *** [Makefile:437: all-recursive] Error 1
jpellegrini commented 11 months ago

Ops. The file is actually there. Its path is missing. (SHould be ./build-pp-demo.sh instead of build-pp-demo.sh in the Makefile...

jpellegrini commented 11 months ago

Ah, you have just fixed it! :smile: