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 /data/Makefile.am | |
parent | 10798a09c97c66fcbd0693f70e5342194139a84c (diff) | |
download | pluma-88ff6bdb991c384f86e1038d27a2a8dc27252e74.tar.bz2 pluma-88ff6bdb991c384f86e1038d27a2a8dc27252e74.tar.xz |
Fix make dist, use .in.in
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 \ |