From 43cd94b1c79b78420642015ffe33f2d833151eac Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 24 Jan 2018 10:57:06 +0100 Subject: [PATCH] - don't ship pre-configured scripts --- Makefile.am | 2 +- NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9be06661a..c2766b78b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,7 +179,7 @@ cupshelpersdir=$(sysconfdir)/cupshelpers cupshelpers_DATA=\ xml/preferreddrivers.xml -bin_SCRIPTS= \ +nodist_bin_SCRIPTS= \ system-config-printer \ install-printerdriver \ system-config-printer-applet \ diff --git a/NEWS b/NEWS index 52e7f343b..aee3c9c54 100644 --- a/NEWS +++ b/NEWS @@ -31,3 +31,4 @@ - parent attribute in Gtk.Dialog is deprecated - use transient_for - system-config-printer.py doesn't have program name (https://github.com/zdohnal/system-config-printer/issues/53) - removed macedonian localization because of low rate of translated strings +- don't ship pre-configured scripts