[iagno] git.mk fixes after gettext migration



commit 86ce0cdcf3c4a1d47a353843ab3341c2b9c80324
Author: Robert Roth <robert roth off gmail com>
Date:   Wed Jan 31 08:53:50 2018 +0200

    git.mk fixes after gettext migration

 git.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/git.mk b/git.mk
index 5467b86..81ae739 100644
--- a/git.mk
+++ b/git.mk
@@ -83,6 +83,7 @@ GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL = \
                ar-lib \
                compile \
                config.guess \
+               config.rpath \
                config.sub \
                depcomp \
                install-sh \
@@ -196,6 +197,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
                fi; \
                if test -f $(srcdir)/po/Makefile.in.in; then \
                        for x in \
+                               ABOUT-NLS \
                                po/Makefile.in.in \
                                po/Makefile.in.in~ \
                                po/Makefile.in \
@@ -204,6 +206,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
                                po/POTFILES \
                                po/Rules-quot \
                                po/stamp-it \
+                               po/stamp-po \
                                po/.intltool-merge-cache \
                                "po/*.gmo" \
                                "po/*.header" \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]