Commit 082d5300 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent a6d666e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'`; \