From b52d7be56777fdee712fd7b4d0eb20a225359733 Mon Sep 17 00:00:00 2001 From: marschap Date: Fri, 7 Oct 2005 16:53:47 +0000 Subject: [PATCH] fix typo reported on the mailing list by Simon Funke --- docs/lcdproc-dev/add-your-driver.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lcdproc-dev/add-your-driver.docbook b/docs/lcdproc-dev/add-your-driver.docbook index e8b953c..db07174 100644 --- a/docs/lcdproc-dev/add-your-driver.docbook +++ b/docs/lcdproc-dev/add-your-driver.docbook @@ -160,7 +160,7 @@ myDriver_SOURCES = lcd.h myDriver.c myDriver.h report.h Test your setup -You're almost done! You only need to check out if you didn't made any mistake. Just run sh autogen.sh to regenerate the configure script and Makefiles, then run ./configure --enable-driver=myDriver and type make. If your driver compiles without error, then congratulations, you've just added your driver to LCDproc! Remember to submit a patch to the mailing list so that we can add it to the standard distribution. +You're almost done! You only need to check out if you didn't made any mistake. Just run sh autogen.sh to regenerate the configure script and Makefiles, then run ./configure --enable-drivers=myDriver and type make. If your driver compiles without error, then congratulations, you've just added your driver to LCDproc! Remember to submit a patch to the mailing list so that we can add it to the standard distribution. If you had an error, just send us an email describing it to the mailing list and we'll try to help you.