X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=1ce7f76cec35926079bd2688ab63968eb7a47933;hb=aa458a0a13d18882354f33c07b0a4e8e82e7a424;hp=a8b50d1a9e773fb0e356117ec8721d89b09e35cd;hpb=3bf52c1e00fd8cf4850329adb4f76c3c2649df79;p=catta diff --git a/Makefile.am b/Makefile.am index a8b50d1..1ce7f76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,12 +21,38 @@ ACLOCAL_AMFLAGS = -I common include $(srcdir)/common/doxygen.mk -EXTRA_DIST = bootstrap.sh LICENSE $(DX_CONFIG) -SUBDIRS = common avahi-common avahi-core avahi-discover-standalone avahi-client avahi-daemon initscript avahi-dnsconfd avahi-utils examples +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 MOSTLYCLEANFILES = $(DX_CLEANFILES) -#.PHONY: distcleancheck +homepage: + scp avahi-daemon/*.introspect avahi-daemon/introspect.dtd avahi-daemon/introspect.xsl\ + man/*.xml man/xmltoman.dtd man/xmltoman.xsl \ + fdo:public_html/ +