From 418c14238b85aa37a057588ad51848d785b52a5f Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 20 Aug 2004 10:26:26 +0000 Subject: [PATCH] add makefile and cvsignore --- techdoc/.cvsignore | 5 +++++ techdoc/Makefile | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 techdoc/.cvsignore create mode 100644 techdoc/Makefile 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 -- 2.34.1