From 731d7db0318f2b17bd375799cdd36020deb62e78 Mon Sep 17 00:00:00 2001 From: Nigel McNie Date: Sat, 31 May 2008 16:08:06 +1200 Subject: [PATCH] Added very basic manpage and install in debian packaging. --- debian/rules | 5 +---- tks.1 | 7 +++++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 tks.1 diff --git a/debian/rules b/debian/rules index e502451..2ff2844 100755 --- a/debian/rules +++ b/debian/rules @@ -12,13 +12,11 @@ clean: dh_clean binary: - #cp site-crondispatcher.sh site-crondispatcher - #chmod +x site-crondispatcher dh_testdir dh_testroot dh_installchangelogs dh_installdocs - #dh_installman site-crondispatcher.8 + dh_installman tks.1 dh_compress dh_fixperms @@ -42,6 +40,5 @@ binary: dh_md5sums dh_builddeb - #rm site-crondispatcher .PHONY: build clean binary diff --git a/tks.1 b/tks.1 new file mode 100644 index 0000000..2ab9624 --- /dev/null +++ b/tks.1 @@ -0,0 +1,7 @@ +.TH "tks" 1 +.SH NAME + \- Parses a tks file with timesheet information, and sends it to WRMS +.SH SYNOPSIS +.B tks path/to/timesheets.tks +.SH DESCRIPTION +See http://wiki.wgtn.cat-it.co.nz/wiki/TKS for more information. -- 2.39.5