X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=1ce7f76cec35926079bd2688ab63968eb7a47933;hb=66c6bca0849a82be92d6bff82c478d769f8af869;hp=f59f8868e6da3d58d221366d64c50268f1377f89;hpb=9f9f4f6ea2405edc642d322c19f6f13e31920046;p=catta diff --git a/Makefile.am b/Makefile.am index f59f886..1ce7f76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,13 +17,42 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -EXTRA_DIST = bootstrap.sh LICENSE -SUBDIRS = avahi-common avahi-core avahi-discover avahi-client avahi-daemon doxygen initscript avahi-dnsconfd +ACLOCAL_AMFLAGS = -I common + +include $(srcdir)/common/doxygen.mk + +EXTRA_DIST = \ + bootstrap.sh \ + LICENSE \ + $(DX_CONFIG) \ + docs/INSTALL \ + docs/TODO \ + docs/README \ + docs/DBUS-API \ + docs/AUTHORS \ + docs/HACKING \ + docs/overview.dia + +SUBDIRS = \ + common \ + avahi-common \ + avahi-core \ + avahi-discover-standalone \ + avahi-client \ + avahi-daemon \ + initscript \ + avahi-dnsconfd \ + avahi-utils \ + examples \ + man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = avahi-core.pc -doxygen: - $(MAKE) -C doxygen doxygen +MOSTLYCLEANFILES = $(DX_CLEANFILES) -.PHONY: distcleancheck doxygen +homepage: + scp avahi-daemon/*.introspect avahi-daemon/introspect.dtd avahi-daemon/introspect.xsl\ + man/*.xml man/xmltoman.dtd man/xmltoman.xsl \ + fdo:public_html/ +