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 + + + +