aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-06 09:05:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-06 09:05:08 +0000
commitd3569a357224f20265a330e999c78ae8db81f46b (patch)
tree5144d21648add4076c584d093175798696b48980 /docs/libcurl/Makefile.am
parent89df76e449b81e08d6a28760d4db5a7b61821238 (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/Makefile.am')
-rw-r--r--docs/libcurl/Makefile.am3
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=. < $< >$@