From: Nigel McNie <nigel@catalyst.net.nz> Date: Sat, 31 May 2008 04:08:06 +0000 (+1200) Subject: Added very basic manpage and install in debian packaging. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=731d7db0318f2b17bd375799cdd36020deb62e78;p=tks.git Added very basic manpage and install in debian packaging. --- 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 +<tks> \- 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.