From: minima Date: Fri, 20 Aug 2004 10:26:26 +0000 (+0000) Subject: add makefile and cvsignore X-Git-Tag: R_1_51B~10 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=418c14238b85aa37a057588ad51848d785b52a5f add makefile and cvsignore --- diff --git a/techdoc/.cvsignore b/techdoc/.cvsignore new file mode 100644 index 00000000..14db847a --- /dev/null +++ b/techdoc/.cvsignore @@ -0,0 +1,5 @@ +*.1 +*.html +*.ps +*.tmp +*.pdf diff --git a/techdoc/Makefile b/techdoc/Makefile new file mode 100644 index 00000000..68d231b5 --- /dev/null +++ b/techdoc/Makefile @@ -0,0 +1,4 @@ +protocol.1 : protocol.pod + podchecker protocol.pod + pod2man protocol.pod > protocol.1 + pod2html protocol.pod > protocol.html