diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-10-06 09:05:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-10-06 09:05:08 +0000 |
commit | d3569a357224f20265a330e999c78ae8db81f46b (patch) | |
tree | 5144d21648add4076c584d093175798696b48980 /docs/libcurl | |
parent | 89df76e449b81e08d6a28760d4db5a7b61821238 (diff) |
remove getinfo-times from the dist archive since the info is now in the
curl_easy_getinfo man page
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am index de7fd95dd..caea9b9aa 100644 --- a/docs/libcurl/Makefile.am +++ b/docs/libcurl/Makefile.am @@ -52,8 +52,7 @@ PDFPAGES = curl_easy_cleanup.pdf curl_easy_getinfo.pdf \ CLEANFILES = $(HTMLPAGES) $(PDFPAGES) -EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 \ - getinfo-times +EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 MAN2HTML= roffit --mandir=. < $< >$@ |