diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-20 15:45:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-20 15:45:29 +0200 |
commit | 9fff8a635ce921b4c939009a7df3602a6135fd9e (patch) | |
tree | 4b948255b19052de6d5b942169f43292f1f9158b /ubuntu/maverick/applications/k9copy/debian/rules | |
parent | 09baa28aa4748c02ca157089cac90ed45c767dfd (diff) | |
download | tde-packaging-9fff8a635ce921b4c939009a7df3602a6135fd9e.tar.gz tde-packaging-9fff8a635ce921b4c939009a7df3602a6135fd9e.zip |
Fix generation manpage for k9copy on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/k9copy/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/k9copy/debian/rules | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ubuntu/maverick/applications/k9copy/debian/rules b/ubuntu/maverick/applications/k9copy/debian/rules index 8afe2157c..9d406d017 100755 --- a/ubuntu/maverick/applications/k9copy/debian/rules +++ b/ubuntu/maverick/applications/k9copy/debian/rules @@ -30,11 +30,12 @@ debian/stamp-bootstrap: make -f admin/Makefile.common cvs touch debian/stamp-bootstrap -install/k9copy:: - dh_install src/k9copy.desktop opt/trinity/share/applications/tde - dh_link usr/share/doc/tde/HTML/en/k9copy usr/share/doc/k9copy/html +install/k9copy-trinity:: + dh_installman k9copy.1 + mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/ + dh_link opt/trinity/share/doc/tde/HTML/en/k9copy usr/share/doc/$(cdbs_curpkg)/html -build/k9copy:: +build/k9copy-trinity:: docbook2x-man debian/k9copy.1.docbook clean:: |