Add new internationalisation files to CLEANFILES
authorPhilip Withnall <philip@tecnocode.co.uk>
Wed, 20 Oct 2010 17:00:10 +0000 (18:00 +0100)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 4 Nov 2010 16:30:09 +0000 (09:30 -0700)
Helps: bgo#628883

Makefile.am

index dc8f8b1..8ac64f8 100644 (file)
@@ -15,15 +15,27 @@ endif
 DISTCHECK_CONFIGURE_FLAGS = --enable-docs
 
 EXTRA_DIST = \
+       ABOUT-NLS \
        autogen.sh \
+       po/Makevars.template \
+       po/Rules-quot \
+       po/boldquot.sed \
+       po/en@boldquot.header \
+       po/en@quot.header \
+       po/insert-header.sin \
+       po/missing \
+       po/quot.sed \
+       po/remove-potcdate.sin \
        $(NULL)
 
 MAINTAINERCLEANFILES = \
+       ABOUT-NLS \
        $(srcdir)/INSTALL \
        $(srcdir)/aclocal.m4 \
        $(srcdir)/compile \
        $(srcdir)/config.guess \
        $(srcdir)/config.h.in \
+       $(srcdir)/config.rpath \
        $(srcdir)/config.sub \
        $(srcdir)/depcomp \
        $(srcdir)/install-sh \
@@ -31,7 +43,18 @@ MAINTAINERCLEANFILES = \
        $(srcdir)/missing \
        $(srcdir)/mkinstalldirs \
        $(srcdir)/ChangeLog \
-       `find "$(srcdir)" -type f -name Makefile.in -print`
+       `find "$(srcdir)" -type f -name Makefile.in -print` \
+       `find "m4" -type f -name "*.m4" -print` \
+       po/Makevars.template \
+       po/Rules-quot \
+       po/boldquot.sed \
+       po/en@boldquot.header \
+       po/en@quot.header \
+       po/insert-header.sin \
+       po/missing \
+       po/quot.sed \
+       po/remove-potcdate.sin \
+       $(NULL)
 
 distclean-local:
        if test "x$(srcdir)" = "x."; then :; else \