Skip to content

Commit

Permalink
Add gen-pod6-source as a prereq to html-nohighlight
Browse files Browse the repository at this point in the history
Otherwise htmlify can't find its sources in build.
  • Loading branch information
taboege committed May 19, 2019
1 parent 48b008e commit 0e8531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ init-highlights:
else git clone https://github.com/perl6/atom-language-perl6 "$$ATOMDIR"; \
fi; cd highlights; npm install .; npm rebuild

html-nohighlight:
html-nohighlight: gen-pod6-source
perl6 htmlify.p6 --no-highlight --disambiguation=$(DISAMBIGUATE)

sparse:
Expand Down

0 comments on commit 0e8531a

Please sign in to comment.