From 5304bcb44ff71ddfa02af3bff4d05812b4fc4be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Sun, 17 Nov 2013 17:54:07 +0100 Subject: Revert "Added contrib/ratdate.sh and Makefile for building" This reverts commit 2e7e99fc780c4099861039ebaab0fb8629d7601b. Problems: - no copyright statement - CC BY-ND considered undesirable by myself. --- contrib/Makefile.am | 4 ++-- contrib/ratdate.sh | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100755 contrib/ratdate.sh diff --git a/contrib/Makefile.am b/contrib/Makefile.am index dd51dd2..5ae7445 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -19,6 +19,6 @@ bin_SCRIPTS = rpws -pkgdata_DATA = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c sloppy.c ratdate.sh -EXTRA_DIST = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c sloppy.c ratdate.sh +pkgdata_DATA = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c sloppy.c +EXTRA_DIST = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c sloppy.c MAINTAINERCLEANFILES = Makefile.in diff --git a/contrib/ratdate.sh b/contrib/ratdate.sh deleted file mode 100755 index c4222cd..0000000 --- a/contrib/ratdate.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# License: CC BY-ND 3.0 see http://creativecommons.org/licenses/by-nd/3.0 -# -# Description: This script displays the date with a calendar indicating today -# via ratpoison's echo command. -# Suggest rebinding :time as follows: bind a exec exec ratdate.sh -today=`date +%e` -cal=`cal -h | tail -n +2 | sed -e 's/^Su/\n Su/' -e 's/.*/ & /' -e "s/\ $today\ /\<$today\>/"` -exec ratpoison -c "echo `date +' %r - %A %n %D - %B'` $cal" -- cgit v1.2.3