[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix make distcheck
noreply at xfce.org
noreply at xfce.org
Sun Feb 22 18:07:49 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit 0f756d2640ada1d317fad87f2c0b38130b3b83d3
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun Feb 22 19:56:29 2015 +0300
Fix make distcheck
Newer autotools causes a random sub/settings file to fail distcheck
because it isn't added to the POTFILES.in or skip. So we'll add it
to .skip because it's not a real file. This doesn't break older
versions.
---
po/POTFILES.skip | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 0ff1cf5..8dad30c 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -10,3 +10,7 @@ settings/xfdesktop-settings-ui.glade.h
settings/xfce-backdrop-settings.desktop.in.h
settings/xfdesktop-settings-appearance-frame-ui.glade.h
settings/xfdesktop-settings-ui.glade.h
+
+# I don't know what sub/settings is, but we need to
+# ignore it now for make distcheck
+sub/settings/xfce-backdrop-settings.desktop.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list