diff options
author | infirit <[email protected]> | 2013-10-19 14:19:34 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-19 14:19:34 +0200 |
commit | 88ff6bdb991c384f86e1038d27a2a8dc27252e74 (patch) | |
tree | ee8f832edfa5df8d16f50db6e816c3545cae58ad | |
parent | 10798a09c97c66fcbd0693f70e5342194139a84c (diff) | |
download | pluma-88ff6bdb991c384f86e1038d27a2a8dc27252e74.tar.bz2 pluma-88ff6bdb991c384f86e1038d27a2a8dc27252e74.tar.xz |
Fix make dist, use .in.in
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/filebrowser/Makefile.am | 2 | ||||
-rwxr-xr-x | plugins/time/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
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) |