apostrophe/debian/quickly/rules

10 lines
140 B
Plaintext
Raw Normal View History

2014-07-06 20:35:24 +00:00
#!/usr/bin/make -f
%:
ifneq ($(shell dh -l | grep -xF translations),)
dh $@ --with python2,translations
else
dh $@ --with python2
endif