From: Dan Fandrich Date: Sat, 21 Jun 2014 09:22:04 +0000 (+0200) Subject: opts: fixed mancheck for out-of-tree builds X-Git-Tag: curl-7_37_1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4cc9db64d34d718eaa901bbabeb65cb1fa54e1f;p=thirdparty%2Fcurl.git opts: fixed mancheck for out-of-tree builds --- diff --git a/docs/libcurl/opts/Makefile.am b/docs/libcurl/opts/Makefile.am index 11bbd5361a..30851d3376 100644 --- a/docs/libcurl/opts/Makefile.am +++ b/docs/libcurl/opts/Makefile.am @@ -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"}' ` \ No newline at end of file + @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`