aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-06-21 11:22:04 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-06-21 11:22:04 +0200
commitd4cc9db64d34d718eaa901bbabeb65cb1fa54e1f (patch)
tree3e4564a54c07492b292d4d736c7580931ba2c77a /docs/libcurl/opts
parent31b28a0942b01a327b8df5d6ef822d9785f7f199 (diff)
opts: fixed mancheck for out-of-tree builds
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r--docs/libcurl/opts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/Makefile.am b/docs/libcurl/opts/Makefile.am
index 11bbd5361..30851d337 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`