diff --git a/Makefile.am b/Makefile.am index 7ff5fb0..1679259 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,8 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = shared clients server docs scripts EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman debian +dox: + $(MAKE) -C docs $@ + dist-hook: rm -rf `find $(distdir)/debian -name CVS`