diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-06 21:19:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-06 21:19:04 +0000 |
commit | c4bbcc83b60f5945e7dc3973209140179e49407e (patch) | |
tree | ebf603e9d530202435eff5d9f4ed4cc065002935 /docs/libcurl/Makefile.am | |
parent | eb162b73c2d619fd7db922aa92a43edb55548a8f (diff) |
Tupone Alfredo's fixes:
1) findtool does look per tool in PATH and think ./perl is the perl
executable, while is just a local directory (I have . in the PATH)
2) I got several warning for head -1 deprecated in favour of head -n 1
3) ares directory is missing some file (missing is missing :-) ) because
automake and friends is not run.
(Let's hope number 2 doesn't break somewhere "out there", if so we can always
search/replace that back.)
Diffstat (limited to 'docs/libcurl/Makefile.am')
-rw-r--r-- | docs/libcurl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am index caea9b9aa..de7fd95dd 100644 --- a/docs/libcurl/Makefile.am +++ b/docs/libcurl/Makefile.am @@ -52,7 +52,8 @@ PDFPAGES = curl_easy_cleanup.pdf curl_easy_getinfo.pdf \ CLEANFILES = $(HTMLPAGES) $(PDFPAGES) -EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 +EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 \ + getinfo-times MAN2HTML= roffit --mandir=. < $< >$@ |