Home | History | Annotate | Download | only in debian

Lines Matching refs:gmo

381 	if ! test -d debian/orig-gmo ; then \
382 mkdir debian/orig-gmo ; \
383 mv po/*.gmo po/*.po debian/orig-gmo ; \
384 cp debian/orig-gmo/*.po po ; \
386 $(MAKE) -C ${stdbuilddir}/po V=1 update-gmo
416 if test -d debian/orig-gmo ; then \
417 rm -f po/*.gmo po/*.po ; \
418 mv debian/orig-gmo/* po ; \
419 rmdir debian/orig-gmo ; \