move README.glcdlib ro docs/; include docs/lcdexec.1 & LCDclients.conf into

the appropriate Makefile.am files to get them into the nightly tar balls
This commit is contained in:
marschap
2005-05-21 12:12:50 +00:00
parent 702b0be737
commit 9bcbff7601
3 changed files with 3 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
The so-called "meta-driver" glcdlib extends LCDproc's supported drivers by
all the drivers supported by graphlcd-base, which you can get from
http://graphlcd.berlios.de.
In order to be able to use it, you have to get and install the glcdprocdriver
from http://www.muresan.de/graphlcd/lcdproc before configuring the LCDproc
build process --enable-drivers=glcdlib.
Lucian Muresan