add makefile and cvsignore
authorminima <minima>
Fri, 20 Aug 2004 10:26:26 +0000 (10:26 +0000)
committerminima <minima>
Fri, 20 Aug 2004 10:26:26 +0000 (10:26 +0000)
techdoc/.cvsignore [new file with mode: 0644]
techdoc/Makefile [new file with mode: 0644]

diff --git a/techdoc/.cvsignore b/techdoc/.cvsignore
new file mode 100644 (file)
index 0000000..14db847
--- /dev/null
@@ -0,0 +1,5 @@
+*.1
+*.html
+*.ps
+*.tmp
+*.pdf
diff --git a/techdoc/Makefile b/techdoc/Makefile
new file mode 100644 (file)
index 0000000..68d231b
--- /dev/null
@@ -0,0 +1,4 @@
+protocol.1 : protocol.pod
+       podchecker protocol.pod
+       pod2man protocol.pod > protocol.1
+       pod2html protocol.pod > protocol.html