mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:37:30 +03:00
libcurl build: use correct dir when cd'ing to opts for pdf building
This commit is contained in:
parent
a6d666e1a6
commit
082d5300db
1 changed files with 1 additions and 1 deletions
|
|
@ -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'`; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue