mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
opts: fixed mancheck for out-of-tree builds
This commit is contained in:
parent
31b28a0942
commit
d4cc9db64d
@ -320,4 +320,4 @@ pdf: $(PDFPAGES)
|
||||
echo "converted $< to $@")
|
||||
|
||||
mancheck:
|
||||
@ls `grep -v OBSOLETE $(top_srcdir)/include/curl/curl.h | awk -F, '/^ CINIT/ { a=substr($$1, 9); print "CURLOPT_" a ".3"}' `
|
||||
@cd $(top_srcdir)/docs/libcurl/opts && ls `awk -F, '!/OBSOLETE/ && /^ CINIT/ { a=substr($$1, 9); print "CURLOPT_" a ".3"}' $(top_srcdir)/include/curl/curl.h`
|
||||
|
Loading…
Reference in New Issue
Block a user