Commit d4cc9db6 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

opts: fixed mancheck for out-of-tree builds

parent 31b28a09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`