2006-01-16 19:36:58 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2002-05-28 12:29:44 +00:00
|
|
|
SUBDIRS = drivers
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2006-04-15 10:46:21 +00:00
|
|
|
EXTRA_DIST = bookinfo.docbook \
|
|
|
|
|
configuration.docbook \
|
|
|
|
|
contact.docbook \
|
|
|
|
|
drivers.docbook \
|
|
|
|
|
how-to-obtain.docbook \
|
|
|
|
|
installation.docbook \
|
|
|
|
|
introduction.docbook \
|
2010-11-28 22:15:30 +00:00
|
|
|
lcdproc-user.css \
|
2006-04-15 10:46:21 +00:00
|
|
|
lcdproc-user.docbook \
|
|
|
|
|
license.docbook \
|
2009-06-12 09:12:50 +00:00
|
|
|
parameters.ent \
|
2006-04-15 10:46:21 +00:00
|
|
|
running.docbook \
|
|
|
|
|
README.docbook
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2006-09-14 09:48:40 +00:00
|
|
|
|
|
|
|
|
## convenience targets
|
2010-11-28 22:15:30 +00:00
|
|
|
xmlto ?= /usr/bin/xmlto
|
2011-01-15 19:32:01 +00:00
|
|
|
userguidedir ?= $(DESTDIR)$(htmldir)/user-guide/
|
2006-09-14 09:48:40 +00:00
|
|
|
|
2008-10-10 10:08:10 +00:00
|
|
|
.PHONY: install-html-userguide
|
|
|
|
|
|
2010-11-28 22:15:30 +00:00
|
|
|
install-html-userguide: $(xmlto) lcdproc-user.docbook lcdproc-user.css
|
2006-09-14 09:48:40 +00:00
|
|
|
$(mkinstalldirs) $(userguidedir)
|
2010-11-28 22:15:30 +00:00
|
|
|
$(xmlto) html -o $(userguidedir) \
|
|
|
|
|
--stringparam html.stylesheet=lcdproc-user.css lcdproc-user.docbook
|
|
|
|
|
cp lcdproc-user.css $(userguidedir)
|
2006-09-14 09:48:40 +00:00
|
|
|
|
2006-01-16 19:36:58 +00:00
|
|
|
## EOF
|