Skip to content

Commit

Permalink
libcurl/c/Makefile: make allfuncs depend on all libcurl manpage sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 1, 2024
1 parent 73f9f31 commit a239530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcurl/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ allex-desc.gen:
allfuncs.html: _allfuncs.html allfunc.gen $(MAINPARTS)
$(ACTION)

allfunc.gen: mkallfunc.pl $(MANROOT)/Makefile
allfunc.gen: mkallfunc.pl $(MANROOT)/Makefile $(MANROOT)/curl_*.md
./mkallfunc.pl $(MANROOT) > allfunc.gen

curl_easy_init.html: _curl_easy_init.html $(MAINPARTS_CAPI) curl_easy_init.gen
Expand Down

0 comments on commit a239530

Please sign in to comment.