1 AUTOMAKE_OPTIONS = foreign dist-zip
5 DIST_SUBDIRS = doc $(SUBDIRS)
12 doc/remote-device-add.7 \
13 doc/remote-device-name.7 \
14 doc/remote-device-remove.7
16 # TODO: At some point the contrib EXTRA_DIST should probably be moved to
17 # contrib/Makefile.am with the choice to autogenerate some of them
18 # depending on the configure scripts via AC_OUTPUT. --jonas
28 $(MAKE) -C doc remote-doc DOCDIR=$(DOCDIR)
34 find . -name "*.cc" -or -name "*.h" | ctags -L -
38 include $(top_srcdir)/Makefile.lib