From: Daniel Stenberg Date: Wed, 18 Jun 2014 08:14:32 +0000 (+0200) Subject: libcurl build: use correct dir when cd'ing to opts for pdf building X-Git-Tag: curl-7_37_1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=082d5300db38ac4dd8e4d5e69fbc84d93600ab36;p=curl libcurl build: use correct dir when cd'ing to opts for pdf building --- diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am index 9895a54ae..c47678b43 100644 --- a/docs/libcurl/Makefile.am +++ b/docs/libcurl/Makefile.am @@ -99,7 +99,7 @@ html: $(HTMLPAGES) $(MAN2HTML) pdf: $(PDFPAGES) - cd pdf; make pdf + cd opts; make pdf .3.pdf: @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \