From 082d5300db38ac4dd8e4d5e69fbc84d93600ab36 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 18 Jun 2014 10:14:32 +0200 Subject: libcurl build: use correct dir when cd'ing to opts for pdf building --- docs/libcurl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'`; \ -- cgit v1.2.3