bagder: curl-www/libcurl/c Makefile, 1.44, 1.45 _curl_easy_recv.html, NONE, 1.1 _curl_easy_send.html, NONE, 1.1 doclinks.t, 1.22, 1.23
[email protected] Tue, 13 May 2008 21:49:12 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www/libcurl/c
In directory labb:/tmp/cvs-serv31590
Modified Files:
Makefile doclinks.t
Added Files:
_curl_easy_recv.html _curl_easy_send.html
Log Message:
the new man pages brought online
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Makefile 26 Apr 2008 21:21:30 -0000 1.44
+++ Makefile 13 May 2008 21:49:10 -0000 1.45
@@ -38,7 +38,8 @@
libcurl-tutorial.html curl_easy_reset.html curl_multi_socket.html \
curl_multi_timeout.html curl_multi_setopt.html \
curl_easy_escape.html curl_easy_unescape.html curl_multi_assign.html \
- curl_formget.html curl_easy_pause.html
+ curl_formget.html curl_easy_pause.html curl_easy_recv.html \
+ curl_easy_send.html
all: $(PAGES)
@@ -87,6 +88,15 @@
curl_easy_pause.t: $(MANROOT)/curl_easy_pause.3
$(MAN2HTML) < $< >$@
+curl_easy_recv.html: _curl_easy_recv.html $(MAINPARTS) curl_easy_recv.t
+ $(ACTION)
+curl_easy_recv.t: $(MANROOT)/curl_easy_recv.3
+ $(MAN2HTML) < $< >$@
+
+curl_easy_send.html: _curl_easy_send.html $(MAINPARTS) curl_easy_send.t
+ $(ACTION)
+curl_easy_send.t: $(MANROOT)/curl_easy_send.3
+ $(MAN2HTML) < $< >$@
curl_easy_getinfo.html: _curl_easy_getinfo.html $(MAINPARTS) curl_easy_getinfo.t
$(ACTION)
--- NEW FILE: _curl_easy_recv.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>libcurl - curl_easy_recv()</TITLE>
#include "css.t"
#include "manpage.t"
</HEAD>
#define MENU_EASY
#define LIBCURL_DOCS
#define DOCS_EASY_RECV
#define CURL_URL libcurl/c/curl_easy_recv.html
#include "_menu.html"
#include "setup.t"
WHERE3(libcurl, "/libcurl/", C API, "/libcurl/c/", curl_easy_recv)
TITLE(curl_easy_recv.3 -- man page)
#include "curl_easy_recv.t"
#include "_footer.html"
</BODY>
</HTML>
--- NEW FILE: _curl_easy_send.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>libcurl - curl_easy_send()</TITLE>
#include "css.t"
#include "manpage.t"
</HEAD>
#define MENU_EASY
#define LIBCURL_DOCS
#define DOCS_EASY_SEND
#define CURL_URL libcurl/c/curl_easy_send.html
#include "_menu.html"
#include "setup.t"
WHERE3(libcurl, "/libcurl/", C API, "/libcurl/c/", curl_easy_send)
TITLE(curl_easy_send.3 -- man page)
#include "curl_easy_send.t"
#include "_footer.html"
</BODY>
</HTML>
Index: doclinks.t
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/doclinks.t,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- doclinks.t 8 Jan 2008 22:18:01 -0000 1.22
+++ doclinks.t 13 May 2008 21:49:10 -0000 1.23
@@ -84,12 +84,24 @@
DOC(curl_easy_perform, curl_easy_perform.html)
#endif
+#ifdef DOCS_EASY_RECV
+THIS(curl_easy_recv)
+#else
+DOC(curl_easy_recv, curl_easy_recv.html)
+#endif
+
#ifdef DOCS_EASY_RESET
THIS(curl_easy_reset)
#else
DOC(curl_easy_reset, curl_easy_reset.html)
#endif
+#ifdef DOCS_EASY_SEND
+THIS(curl_easy_send)
+#else
+DOC(curl_easy_send, curl_easy_send.html)
+#endif
+
#ifdef DOCS_EASY_SETOPT
THIS(curl_easy_setopt)
#else