diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-20 16:37:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-20 16:37:30 +0200 |
commit | 6819b8b9e1f858b917988f679645469672b0a22c (patch) | |
tree | 66aff988d038a4764e9cb79f70979eef923ffad3 /ubuntu/raring/applications/konversation/debian/rules | |
parent | 3992179aa88e3bf384719030c554e3d7565ae699 (diff) | |
download | tde-packaging-6819b8b9e1f858b917988f679645469672b0a22c.tar.gz tde-packaging-6819b8b9e1f858b917988f679645469672b0a22c.zip |
Fix generation manpage for konversation on Debian and Ubuntu
Diffstat (limited to 'ubuntu/raring/applications/konversation/debian/rules')
-rwxr-xr-x | ubuntu/raring/applications/konversation/debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ubuntu/raring/applications/konversation/debian/rules b/ubuntu/raring/applications/konversation/debian/rules index 0e973a150..a547b5e8a 100755 --- a/ubuntu/raring/applications/konversation/debian/rules +++ b/ubuntu/raring/applications/konversation/debian/rules @@ -38,7 +38,7 @@ DB2MAN = /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl $(XP) $(DB2MAN) $< GENERATED_MANPAGES := $(patsubst %.docbook,%,$(wildcard debian/man/*.docbook)) -build/konversation:: $(GENERATED_MANPAGES) +build/konversation-trinity:: $(GENERATED_MANPAGES) clean:: -rm -f $(GENERATED_MANPAGES) -rm -f po/*/konversation.gmo @@ -47,3 +47,5 @@ clean:: install/konversation-trinity:: install -D -m 644 konversation/scripts/README \ debian/konversation-trinity/opt/trinity/share/doc/konversation/README.scripts + dh_installman debian/man/*.1 + mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/ |