Skip to content

Commit

Permalink
fixup depend on summary too
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 14, 2023
1 parent a9c9f72 commit 0f892b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wordcheck:
fixup:
for i in $(MDS); do ./lang.sh $$i; done

uni.md: uni.pl $(MDS)
uni.md: uni.pl $(MDS) SUMMARY.md
./uni.pl SUMMARY.md >$@

everything-curl.pdf: uni.md
Expand Down

0 comments on commit 0f892b9

Please sign in to comment.