bagder: curl-www/libcurl/c _curl_easy_reset.html, NONE, 1.1 Makefile, 1.36, 1.37 doclinks.t, 1.17, 1.18
[email protected] Tue, 17 Aug 2004 14:36:28 +0200
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www/libcurl/c
In directory labb.contactor.se:/var/tmp/cvs-serv8683
Modified Files:
Makefile doclinks.t
Added Files:
_curl_easy_reset.html
Log Message:
added the curl_easy_reset man page to the site
--- NEW FILE: _curl_easy_reset.html ---
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>libcurl - curl_easy_reset()</TITLE>
#include "css.t"
#include "manpage.t"
</HEAD>
#define MENU_EASY
#define LIBCURL_DOCS
#define DOCS_EASY_RESET
#define CURL_URL libcurl/c/curl_easy_reset.html
#include "_menu.html"
#include "setup.t"
WHERE3(libcurl, "/libcurl/", C API, "/libcurl/c/", curl_easy_reset)
TITLE(curl_easy_reset.3 -- man page)
#include "curl_easy_reset.t"
#include "_footer.html"
</BODY>
</HTML>
Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- Makefile 12 Aug 2004 10:39:05 -0000 1.36
+++ Makefile 17 Aug 2004 12:36:26 -0000 1.37
@@ -35,7 +35,7 @@
curl_share_cleanup.html curl_share_init.html curl_share_setopt.html \
curl_easy_duphandle.html curl_easy_strerror.html \
curl_multi_strerror.html curl_share_strerror.html \
- libcurl-tutorial.html
+ libcurl-tutorial.html curl_easy_reset.html
all: $(PAGES)
@@ -271,6 +271,11 @@
curl_multi_strerror.t: $(MANROOT)/curl_multi_strerror.3
$(MAN2HTML) < $< >$@
+curl_easy_reset.html: _curl_easy_reset.html $(MAINPARTS) curl_easy_reset.t
+ $(ACTION)
+curl_easy_reset.t: $(MANROOT)/curl_easy_reset.3
+ $(MAN2HTML) < $< >$@
+
full: all
Index: doclinks.t
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/c/doclinks.t,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- doclinks.t 21 Jun 2004 14:40:55 -0000 1.17
+++ doclinks.t 17 Aug 2004 12:36:26 -0000 1.18
@@ -60,6 +60,12 @@
DOC(curl_easy_duphandle, curl_easy_duphandle.html)
#endif
+#ifdef DOCS_EASY_RESET
+THIS(curl_easy_reset)
+#else
+DOC(curl_easy_reset, curl_easy_reset.html)
+#endif
+
#ifdef DOCS_EASY_SETOPT
THIS(curl_easy_setopt)
#else
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits