complete removal of lcdheadlines cruft

This commit is contained in:
marschap
2006-05-01 11:12:56 +00:00
parent 98d3fdf8b3
commit 20d7f8b2d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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