1
0
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:
Dan Fandrich 2014-06-21 11:22:04 +02:00
parent 31b28a0942
commit d4cc9db64d

View File

@ -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`