~akuroiwa/storyboard/quickly_trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Akihiro Kuroiwa
  • Date: 2013-11-17 04:33:50 UTC
  • Revision ID: akuroiwa@env-reform.com-20131117043350-6wft1fcj7q5cwwx4
Creating ubuntu package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
%:
 
3
ifneq ($(shell dh -l | grep -xF translations),)
 
4
        dh $@ --with python2,translations
 
5
else
 
6
        dh $@ --with python2
 
7
endif
 
8
 
 
9