From 30c805f5e7fe79c465077cecd05d0afafe79dc68 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Tue, 5 Mar 2013 23:17:54 +0100 Subject: Rename gtk-redshift -> redshift-gtk. This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix. --- src/redshift-gtk/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/redshift-gtk/Makefile.am (limited to 'src/redshift-gtk/Makefile.am') diff --git a/src/redshift-gtk/Makefile.am b/src/redshift-gtk/Makefile.am new file mode 100644 index 0000000..10242ea --- /dev/null +++ b/src/redshift-gtk/Makefile.am @@ -0,0 +1,21 @@ + +if ENABLE_GUI +redshift_gtk_PYTHON = \ + __init__.py \ + utils.py \ + statusicon.py +nodist_redshift_gtk_PYTHON = \ + defs.py +redshift_gtkdir = $(pythondir)/redshift_gtk + +dist_bin_SCRIPTS = redshift-gtk +endif + +EXTRA_DIST = defs.py.in +CLEANFILES = defs.py + + +# Local python definitions +defs.py: defs.py.in + sed -e "s|\@bindir\@|$(bindir)|g" \ + -e "s|\@localedir\@|$(localedir)|g" $< > $@ -- cgit v1.2.3-70-g09d2