diff options
author | rbuj <[email protected]> | 2021-01-03 12:34:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-19 21:16:53 +0100 |
commit | 16cece70c1e9d64a676586a1356d1a23fa296384 (patch) | |
tree | 21fc4cd7f9a5af5c384e2e5970e3d38b4418f03a /desktop-themes/TraditionalOk/gtk-3.0/Makefile.am | |
parent | bd2e9e0befc8fc5c947f96401a6cf1058d49e099 (diff) | |
download | mate-themes-16cece70c1e9d64a676586a1356d1a23fa296384.tar.bz2 mate-themes-16cece70c1e9d64a676586a1356d1a23fa296384.tar.xz |
Set gtk-print-preview-command in settings.ini
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0/Makefile.am')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am b/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am index fa02b8b1..a5360c27 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am +++ b/desktop-themes/TraditionalOk/gtk-3.0/Makefile.am @@ -11,6 +11,15 @@ theme_DATA = \ other-applications.css \ settings.ini -EXTRA_DIST = $(theme_DATA) +%.ini: %.ini.in + $(AM_V_GEN) sed -e 's|@bindir[@]|$(bindir)|g' $< > $@ -SUBDIRS = img +EXTRA_DIST = \ + $(theme_DATA) \ + settings.ini.in + +CLEAN = \ + settings.ini + +SUBDIRS = \ + img |