diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2015-12-02 17:00:48 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2015-12-02 17:00:48 +0000 |
commit | 7a52e4ad8a8d7f75741d167e582b94c235fa6d3b (patch) | |
tree | e0f76d0497d61e249a3f23046dcfe10492544c0d /debian | |
parent | b2dfcbf7169bc14ca6d08cee10df23f220c5aca1 (diff) |
Added manpages
I've moved documentation out of README.md into the man/*.txt files to
convert to manpages.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/manpages | 1 | ||||
-rwxr-xr-x | debian/rules | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..5054144 --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +man/*.man diff --git a/debian/rules b/debian/rules index 0587334..b361ae1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,3 +3,10 @@ %: dh $@ + +override_dh_auto_build-indep: + $(MAKE) docs + +override_dh_auto_clean: + $(MAKE) clean + |