remove getinfo-times from the dist archive since the info is now in the
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Oct 2005 09:05:08 +0000 (09:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Oct 2005 09:05:08 +0000 (09:05 +0000)
curl_easy_getinfo man page

docs/libcurl/Makefile.am

index de7fd95..caea9b9 100644 (file)
@@ -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=. < $< >$@