projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d666e
)
libcurl build: use correct dir when cd'ing to opts for pdf building
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 18 Jun 2014 08:14:32 +0000
(10:14 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 18 Jun 2014 08:15:07 +0000
(10:15 +0200)
docs/libcurl/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/libcurl/Makefile.am
b/docs/libcurl/Makefile.am
index 9895a54ae16180470d50f9f6c41b3614ad8717bb..c47678b4313c226b8eaa40f54180f1570f1a7723 100644
(file)
--- 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'`; \