Files
lcdproc/Makefile.am
T

26 lines
484 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
## set automake strictness to 'foreign'
1999-12-11 19:33:35 +00:00
AUTOMAKE_OPTIONS = foreign
2002-05-28 13:21:32 +00:00
SUBDIRS = shared clients server docs scripts
sysconf_DATA = LCDd.conf
EXTRA_DIST = $(sysconf_DATA) CREDITS README.IRman contrib
2005-01-01 12:16:14 +00:00
## convenience targets
install-html-guides: install-html-developerguide install-html-userguide
install-html-developerguide:
$(MAKE) -C docs $@
install-html-userguide:
$(MAKE) -C docs $@
2005-10-25 22:34:41 +00:00
dox:
$(MAKE) -C docs $@
## EOF