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> | 2017-07-17 19:04:10 +0200 |
commit | 03a4fd780a3a57d1d37a2a71db3dd1ff00319f1c (patch) | |
tree | d5c3c5c4043c29d860cf914892d1b3f63d778363 /ubuntu/maverick/applications/k9copy/debian/rules | |
parent | 19db486180bd919e5ef285a29f7c72cb6b1545a7 (diff) | |
download | tde-packaging-03a4fd780a3a57d1d37a2a71db3dd1ff00319f1c.tar.gz tde-packaging-03a4fd780a3a57d1d37a2a71db3dd1ff00319f1c.zip |
Fix generation manpage for k9copy on Debian and Ubuntu
(cherry picked from commit 9fff8a635ce921b4c939009a7df3602a6135fd9e)
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 820a75a56..46d6822df 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/kde - 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:: |