Skip to content

Commit 6377edf

Browse files
authored
add missing dependency
1 parent 2d0c5a2 commit 6377edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ html: gen-pod6-source bigpage htmlify
1919
htmlify: gen-pod6-source init-highlights assets
2020
perl6 htmlify.p6
2121

22-
gen-pod6-source: $(LANG_POD6_SOURCE)
22+
gen-pod6-source: $(LANG_POD6_SOURCE) doc/Language/00-POD6-CONTROL
2323
perl6 util/manage-page-order.p6 update
2424

2525
init-highlights:

0 commit comments

Comments
 (0)