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
+2 -2
View File
@@ -1,3 +1,3 @@
man_MANS = lcdproc.1 LCDd.8
man_MANS = lcdproc.1 lcdexec.1 LCDd.8
SUBDIRS = lcdproc-user lcdproc-dev
EXTRA_DIST = README.dg README.dg2 menustuff.txt netstuff.txt lcdproc.1 LCDd.8
EXTRA_DIST = README.dg README.dg2 README.glcdlib menustuff.txt netstuff.txt lcdproc.1 LCDd.8
+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