mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08: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