diff options
| author | Stefano Karapetsas <[email protected]> | 2013-10-19 06:01:10 -0700 |
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2013-10-19 06:01:10 -0700 |
| commit | 4e0eff63254b9f6ba4ba038a7b860746f1e80fa9 (patch) | |
| tree | 9435f67ca48b3a4f2813f0e21e9c13ac117c91a3 | |
| parent | 8e0336cb256cfde2485a7321f773d916ab3e33fb (diff) | |
| parent | a21567488d7eb905263b1510ac619387cae3217c (diff) | |
| download | pluma-4e0eff63254b9f6ba4ba038a7b860746f1e80fa9.tar.bz2 pluma-4e0eff63254b9f6ba4ba038a7b860746f1e80fa9.tar.xz | |
Merge pull request #35 from infirit/1.6
Fixes for make dist
| -rw-r--r-- | Makefile.am | 12 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | data/Makefile.am | 2 | ||||
| -rw-r--r-- | plugins/filebrowser/Makefile.am | 2 | ||||
| -rwxr-xr-x | plugins/time/Makefile.am | 2 | ||||
| -rw-r--r-- | po/POTFILES.in | 1 |
6 files changed, 8 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index 0f7ddc15..e047d464 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,13 +10,11 @@ endif distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper EXTRA_DIST = \ - BUGS \ - ChangeLog-20011116 \ - ChangeLog-20051212 \ - ChangeLog-20090418 \ + ChangeLog \ HACKING \ - MAINTAINERS \ - pluma.doap \ + NEWS \ + NEWS.GNOME \ + README \ xmldocs.make \ omf.make \ mate-doc-utils.make \ @@ -61,8 +59,6 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc -CHANGELOG_START = PLUMA_2_26_1 - dist-hook: @if test -d "$(srcdir)/.git"; \ then \ diff --git a/configure.ac b/configure.ac index 59c5c379..e9cecfad 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_SUBST(PLUMA_MINOR_VERSION, pluma_minor_version) AC_DEFINE(PLUMA_MICRO_VERSION, pluma_micro_version, [Pluma micro version]) AC_SUBST(PLUMA_MICRO_VERSION, pluma_micro_version) -AM_INIT_AUTOMAKE([1.10 dist-bzip2 no-dist-gzip -Wno-portability]) +AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wno-portability]) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) diff --git a/data/Makefile.am b/data/Makefile.am index a7785dad..a2b6e9f3 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -27,7 +27,7 @@ bugreport_SCRIPTS = pluma-bugreport.sh EXTRA_DIST = \ $(desktop_in_files) \ - $(gsettings_SCHEMAS_in_in) \ + $(gsettings_SCHEMAS).in.in \ $(convert_DATA) \ $(man_MANS) \ pluma.pc.in \ diff --git a/plugins/filebrowser/Makefile.am b/plugins/filebrowser/Makefile.am index d6d5cfad..2124904c 100644 --- a/plugins/filebrowser/Makefile.am +++ b/plugins/filebrowser/Makefile.am @@ -76,7 +76,7 @@ gsettings_SCHEMAS = org.mate.pluma.plugins.filebrowser.gschema.xml EXTRA_DIST = \ $(ui_DATA) \ $(plugin_in_files) \ - $(gsettings_SCHEMAS_in_in) \ + $(gsettings_SCHEMAS).in.in \ pluma-file-browser-enum-types.h.template \ pluma-file-browser-enum-types.c.template \ pluma-file-browser-enum-register.c.template \ diff --git a/plugins/time/Makefile.am b/plugins/time/Makefile.am index 73942880..0c270b8a 100755 --- a/plugins/time/Makefile.am +++ b/plugins/time/Makefile.am @@ -34,7 +34,7 @@ gsettings_SCHEMAS = org.mate.pluma.plugins.time.gschema.xml %.gschema.xml.in: %.gschema.xml.in.in Makefile $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ -EXTRA_DIST = $(ui_DATA) $(plugin_in_files) $(gsettings_SCHEMAS_in_in) +EXTRA_DIST = $(ui_DATA) $(plugin_in_files) $(gsettings_SCHEMAS).in.in CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMASn) DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) diff --git a/po/POTFILES.in b/po/POTFILES.in index ab7f7461..b9cb1c07 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -47,7 +47,6 @@ pluma/pluma-window.c plugins/changecase/changecase.pluma-plugin.desktop.in plugins/changecase/pluma-changecase-plugin.c plugins/checkupdate/checkupdate.pluma-plugin.desktop.in -plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in plugins/checkupdate/pluma-check-update-plugin.c plugins/docinfo/docinfo.pluma-plugin.desktop.in [type: gettext/glade]plugins/docinfo/docinfo.ui |
