aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/opts/Makefile.am')
-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`