diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-06-18 10:14:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-06-18 10:15:07 +0200 |
commit | 082d5300db38ac4dd8e4d5e69fbc84d93600ab36 (patch) | |
tree | 83e64c53c1d867e80ac98f511d163a083f427510 /docs/libcurl/Makefile.am | |
parent | a6d666e1a6c6476362072e3879d51491ac1d1a62 (diff) | |
download | curl-082d5300db38ac4dd8e4d5e69fbc84d93600ab36.tar.gz |
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.am | 2 |
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'`; \ |