libcurl build: use correct dir when cd'ing to opts for pdf building
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Jun 2014 08:14:32 +0000 (10:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Jun 2014 08:15:07 +0000 (10:15 +0200)
docs/libcurl/Makefile.am

index 9895a54..c47678b 100644 (file)
@@ -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'`; \