From ea3af7bf334aa2949e9320d54f1a329e599fa587 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 4 Aug 2010 12:47:16 +0100 Subject: [PATCH] po: Remove the requirement for LINGUAS and ChangeLog We don't use ChangeLogs and the LINGUAS file is replaced by the AS_ALL_LINGUAS m4 macro. --- po/Makefile.in.in | 2 +- po/POTFILES.skip | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 po/POTFILES.skip diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 3aac0eefc..e29519e9c 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -56,7 +56,7 @@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) SOURCES = POFILES = @POFILES@ GMOFILES = @GMOFILES@ -DISTFILES = LINGUAS ChangeLog Makefile.in.in POTFILES.in POTFILES.skip $(GETTEXT_PACKAGE).pot \ +DISTFILES = Makefile.in.in POTFILES.in POTFILES.skip $(GETTEXT_PACKAGE).pot \ $(POFILES) $(GMOFILES) $(SOURCES) POTFILES = \ diff --git a/po/POTFILES.skip b/po/POTFILES.skip new file mode 100644 index 000000000..e69de29bb