diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-21 12:42:38 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-21 12:42:38 +0200 |
commit | d2a5ae6eee8f77ba301f22a990fd68944c94d4ad (patch) | |
tree | 0bdfdcb57898584e87d89ab3a0172d5b6ce28ce6 /ubuntu/maverick/applications/k9copy/debian/rules | |
parent | 65166dbf185e59a4f874392b40c7f974e7ae5fb8 (diff) | |
parent | 0657be6a3626991da456db3946ed1ec316ce6fb7 (diff) | |
download | tde-packaging-d2a5ae6eee8f77ba301f22a990fd68944c94d4ad.tar.gz tde-packaging-d2a5ae6eee8f77ba301f22a990fd68944c94d4ad.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
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:: |