/pidgin/main: dadd62632e4a: Add purple.schemas to dist cleaning.
Elliott Sales de Andrade <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: dadd62632e4a6ef96cca2690eb701099ae8e44f3 Author: Elliott Sales de Andrade <[email protected]> Date: 2014-11-10 16:17 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/dadd62632e4a Description: Add purple.schemas to dist cleaning. I don't know why this was in such an odd location, but now it should be easier to find. diffstat: Makefile.am | 4 ++-- libpurple/data/gconf/Makefile.am | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diffs (21 lines): diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -143,5 +143,5 @@ SUBDIRS = . m4macros libpurple $(GNT_DIR distuninstallcheck_listfiles = \ find . -type f -print | grep -v perl | grep -v Purple.3pm | grep -v Pidgin.3pm -DISTCLEANFILES= libpurple/gconf/purple.schemas intltool-extract \ - intltool-merge intltool-update package_revision_raw.txt +DISTCLEANFILES= intltool-extract intltool-merge intltool-update \ + package_revision_raw.txt diff --git a/libpurple/data/gconf/Makefile.am b/libpurple/data/gconf/Makefile.am --- a/libpurple/data/gconf/Makefile.am +++ b/libpurple/data/gconf/Makefile.am @@ -18,4 +18,6 @@ else install-data-local: endif #GCONF_SCHEMAS_INSTALL +DISTCLEANFILES= purple.schemas + endif #INSTALL_I18N