From 8437789751f2797656429c83a18b464ad15ce5c9 Mon Sep 17 00:00:00 2001 From: mmdolze Date: Wed, 1 Feb 2012 22:39:28 +0000 Subject: [PATCH] Correct and extend instructions about adding the driver documentation (by F. Mertz). --- docs/lcdproc-dev/add-your-driver.docbook | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/lcdproc-dev/add-your-driver.docbook b/docs/lcdproc-dev/add-your-driver.docbook index ce219a7..9bbe733 100644 --- a/docs/lcdproc-dev/add-your-driver.docbook +++ b/docs/lcdproc-dev/add-your-driver.docbook @@ -335,7 +335,7 @@ Size=20x4 The daemon's manual page, LCDd.8 -Append your driver to the list of drivers in docs/LCDd.conf, +Append your driver to the list of drivers in docs/LCDd.8.in, the manual page of LCD, so that users can find your driver when doing man LCDd. @@ -425,6 +425,27 @@ to include the documentation of your driver into the + +Step 4 + + +Add the newly defined file myDriver.docbook +to the Makefile in the directory docs/lcdproc-user/drivers/. + + + +## Process this file with automake to produce Makefile.in + +EXTRA_DIST = bayrad.docbook \ + CFontz.docbook \ + ... + MyDriver.docbook \ + ... +## EOF + + + +