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
|
2005-05-21 12:12:50 +00:00
|
|
|
EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman debian
|
2005-01-01 12:16:14 +00:00
|
|
|
|
2005-10-25 22:34:41 +00:00
|
|
|
dox:
|
|
|
|
|
$(MAKE) -C docs $@
|
|
|
|
|
|
2005-01-01 12:16:14 +00:00
|
|
|
dist-hook:
|
|
|
|
|
rm -rf `find $(distdir)/debian -name CVS`
|