]> git.mjollnir.org Git - tks.git/commitdiff
Added very basic manpage and install in debian packaging.
authorNigel McNie <nigel@catalyst.net.nz>
Sat, 31 May 2008 04:08:06 +0000 (16:08 +1200)
committerNigel McNie <nigel@catalyst.net.nz>
Sat, 31 May 2008 04:08:06 +0000 (16:08 +1200)
debian/rules
tks.1 [new file with mode: 0644]

index e5024518df28a1dfd78321c38ac3d3ee34ec8a8c..2ff2844ba825bcf25e5f09cb9abb0b4c01e891f7 100755 (executable)
@@ -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 (file)
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.