libcurl build: use correct dir when cd'ing to opts for pdf building

This commit is contained in:
Daniel Stenberg
2014-06-18 10:14:32 +02:00
parent a6d666e1a6
commit 082d5300db

View File

@@ -99,7 +99,7 @@ html: $(HTMLPAGES)
$(MAN2HTML) $(MAN2HTML)
pdf: $(PDFPAGES) pdf: $(PDFPAGES)
cd pdf; make pdf cd opts; make pdf
.3.pdf: .3.pdf:
@(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \ @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \