We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make html
1 parent c0a734b commit fe7cc28Copy full SHA for fe7cc28
Makefile
@@ -1,10 +1,8 @@
1
.PHONY: html html-nohighlight test help
2
3
-html: bigpage
+html: init-highlights bigpage
4
perl6 htmlify.p6 --parallel=1
5
6
-html-highlights: html
7
-
8
init-highlights:
9
ATOMDIR="./highlights/atom-language-perl6"; \
10
if [ -d "$$ATOMDIR" ]; then (cd "$$ATOMDIR" && git pull); \
util/update-and-sync
@@ -30,7 +30,7 @@ else
30
31
# if the htmlify fails, sync the build log.
32
# since sync-build-log returns false, not the whole thing is synced
33
- time (make init-highlights && make html-highlights) || ./util/sync-build-log
+ time make html || ./util/sync-build-log
34
./util/sync
35
fi
36
0 commit comments