~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        done
143
143
 
144
144
check: all $(GETTEXT_PACKAGE).pot
145
 
 
146
 
maintain:
147
145
        rm -f missing notexist
148
146
        srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
149
147
        if [ -r missing -o -r notexist ]; then \