diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 0e9eeff49f..86f773a1d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,13 +104,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-introspection \ --enable-installed-tests -GITIGNOREFILES = \ - po-properties/Makefile.in.in \ - po-properties/Makefile.in \ - po-properties/Makefile \ - po-properties/*.gmo \ - po-properties/*.mo \ - po-properties/POTFILES \ - po-properties/stamp-it +GITIGNORE_TRANSLATION_DIRS = po-properties +GITIGNOREFILES = po-properties/gtk30-properties.pot -include $(top_srcdir)/git.mk |