~ubuntu-branches/ubuntu/dapper/k3b/dapper

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-05-22 18:38:37 UTC
  • Revision ID: james.westby@ubuntu.com-20060522183837-rmscd819o4fz21vs
Tags: 0.12.14-0ubuntu7
Run gettext in build target not install target, needed 
earlier by pkgstriptranslations

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
        # Add here commands to compile the indep part of the package.
86
86
        #$(MAKE) doc
 
87
        mkdir -p po
 
88
        XGETTEXT=/usr/bin/kde-xgettext sh admin/cvs.sh extract-messages
 
89
        for file in po/*pot; do \
 
90
                sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
 
91
        done
 
92
 
87
93
        touch build-indep-stamp
88
94
 
89
95
clean: clean1
119
125
        #INSTALLDOC#
120
126
 
121
127
        #dh_install -i --list-missing
122
 
        mkdir -p po
123
 
        XGETTEXT=/usr/bin/kde-xgettext sh admin/cvs.sh extract-messages
124
 
        for file in po/*pot; do \
125
 
                sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
126
 
        done
127
128
 
128
129
install-arch:
129
130
        dh_testdir