Skip to content

Commit

Permalink
Not all shells like "echo -e".
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Apr 7, 2015
1 parent dd6d052 commit 28685d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ TOOLS=./tools
include tools/spec.mk

all-specs : all
@for spec in specs/*; do if [ -f $$spec/Makefile -a $$spec != 'specs/template' ]; then echo -e "\nBuilding $$spec" && make -s -C $$spec/ all; fi; done
@for spec in specs/*; do if [ -f $$spec/Makefile -a $$spec != 'specs/template' ]; then echo && echo "Building $$spec" && make -s -C $$spec/ all; fi; done

pdf : all
prince --no-author-style -s build/publish/style/svg-style.css -s http://www.w3.org/StyleSheets/TR/W3C-REC -s build/publish/style/svg-style-print.css build/publish/single-page.html -o build/publish/single-page.pdf
Expand Down

0 comments on commit 28685d7

Please sign in to comment.