diff --git a/Makefile.am b/Makefile.am index 6e0837a..3f47f3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = shared clients server docs scripts -EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman +EXTRA_DIST = LCDd.conf LCDclients.conf CREDITS README.IRman contrib dox: $(MAKE) -C docs $@ diff --git a/README b/README index 388f800..9e49997 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ devices. The server works with different display sizes and supports several serial devices: Matrix Orbital, Crystal Fontz, Bayrad, LB216, LCDM001 (kernelconcepts.de), Wirz-SLI and PIC-an-LCD; some devices connected to the parallel port: HD44780, STV5730, T6963, SED1520 and SED1330; and also -some displays connected via USB: CFonz633, CwLnx, USBLCD, IOWarrior, LIS2 and -HD44780 (ConnectionType=bwctusb). +some displays connected via USB: CFontzPacket, CwLnx, IOWarrior, LIS2 and +BWCT. Various clients are available that display things like CPU load, system load, memory usage, uptime, and a lot more. diff --git a/docs/lcdproc-dev/Makefile.am b/docs/lcdproc-dev/Makefile.am index bd0d4a8..bc062f1 100644 --- a/docs/lcdproc-dev/Makefile.am +++ b/docs/lcdproc-dev/Makefile.am @@ -1,5 +1,14 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = lcdproc-dev.docbook bookinfo.docbook introduction.docbook shared-files.docbook make-driver.docbook add-your-driver.docbook license.docbook +EXTRA_DIST = lcdproc-dev.docbook \ + bookinfo.docbook \ + introduction.docbook \ + shared-files.docbook \ + make-driver.docbook \ + add-your-driver.docbook \ + driver-api.docbook \ + language.docbook \ + license.docbook \ + README.docbook ## EOF diff --git a/docs/lcdproc-user/Makefile.am b/docs/lcdproc-user/Makefile.am index a06d3fa..e7f214f 100644 --- a/docs/lcdproc-user/Makefile.am +++ b/docs/lcdproc-user/Makefile.am @@ -2,6 +2,16 @@ SUBDIRS = drivers -EXTRA_DIST = bookinfo.docbook configuration.docbook contact.docbook drivers.docbook how-to-obtain.docbook installation.docbook introduction.docbook lcdproc-user.docbook license.docbook README.docbook running.docbook +EXTRA_DIST = bookinfo.docbook \ + configuration.docbook \ + contact.docbook \ + drivers.docbook \ + how-to-obtain.docbook \ + installation.docbook \ + introduction.docbook \ + lcdproc-user.docbook \ + license.docbook \ + running.docbook \ + README.docbook ## EOF diff --git a/scripts/debian/control b/scripts/debian/control index f368cd0..524d5a4 100644 --- a/scripts/debian/control +++ b/scripts/debian/control @@ -14,8 +14,7 @@ Description: LCD display driver daemon and clients Orbital, Crystal Fontz, Bayrad, LB216, LCDM001 (kernelconcepts.de), Wirz-SLI and PIC-an-LCD; some devices connected to the parallel port: HD44780, STV5730, T6963, SED1520 and SED1330; and also some displays - connected via USB: CFonz633, CwLnx, USBLCD, IOWarrior and HD44780 - (ConnectionType=bwctusb). + connected via USB: CFontzPacket, CwLnx, IOWarrior and HD44780. . Various clients are available that display things like CPU load, system load, memory usage, uptime, and a lot more. Custom clients can be