require automake 1.7 in condifure.in; update all Makefile.am: add comments,

replace obsoleted INCLUDES by AM_CPPFLAGS
This commit is contained in:
marschap
2006-01-16 19:36:58 +00:00
parent b24543aadf
commit aeffd250a1
17 changed files with 96 additions and 11 deletions
+4
View File
@@ -1,3 +1,5 @@
## Process this file with automake to produce Makefile.in
man_MANS = lcdproc.1 lcdexec.1 LCDd.8
SUBDIRS = lcdproc-user lcdproc-dev
doxygen_input = header.html footer.html
@@ -64,3 +66,5 @@ pdf: @PACKAGE@.pdf
clean-local:
rm -f -r latex
rm -f -r html man @PACKAGE@.ps @PACKAGE@.pdf
## EOF
+5 -1
View File
@@ -1 +1,5 @@
EXTRA_DIST = lcdproc-dev.docbook bookinfo.docbook introduction.docbook shared-files.docbook make-driver.docbook add-your-driver.docbook license.docbook
## 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
## EOF
+5
View File
@@ -1,2 +1,7 @@
## Process this file with automake to produce Makefile.in
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
## EOF
+4
View File
@@ -1 +1,5 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = hd44780.docbook lircin.docbook mtxorb.docbook ppttrouble.docbook t6963.docbook
## EOF