Skip to content

Commit

Permalink
opts: fixed mancheck for out-of-tree builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jun 21, 2014
1 parent 31b28a0 commit d4cc9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/Makefile.am
Expand Up @@ -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`

0 comments on commit d4cc9db

Please sign in to comment.