aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-06-18 10:14:32 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-06-18 10:15:07 +0200
commit082d5300db38ac4dd8e4d5e69fbc84d93600ab36 (patch)
tree83e64c53c1d867e80ac98f511d163a083f427510 /docs/libcurl/Makefile.am
parenta6d666e1a6c6476362072e3879d51491ac1d1a62 (diff)
libcurl build: use correct dir when cd'ing to opts for pdf building
Diffstat (limited to 'docs/libcurl/Makefile.am')
-rw-r--r--docs/libcurl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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'`; \