From 20d7f8b2d6c91d4763535c960392fd6fc59fef73 Mon Sep 17 00:00:00 2001 From: marschap Date: Mon, 1 May 2006 11:12:56 +0000 Subject: [PATCH] complete removal of lcdheadlines cruft --- clients/Makefile.am | 2 +- scripts/debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index d79dbae..8baf4c4 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = examples headlines lcdexec lcdproc lcdvc metar +SUBDIRS = examples lcdexec lcdproc lcdvc metar ## EOF diff --git a/scripts/debian/rules b/scripts/debian/rules index e2dbbd0..a258a6f 100755 --- a/scripts/debian/rules +++ b/scripts/debian/rules @@ -83,7 +83,7 @@ install: build # trick: move samples into the correct directory # this saves us from patching Makefile.in files - for i in fortune.pl iosock.pl lcdheadlines lcdmetar.pl tail.pl x11amp.pl ; do \ + for i in fortune.pl iosock.pl lcdmetar.pl tail.pl x11amp.pl ; do \ mv $(CURDIR)/debian/lcdproc/usr/bin/$$i $(CURDIR)/debian/lcdproc/usr/share/doc/lcdproc/examples; \ done