X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=719ecade9b384f7d394892b8d77bb22cef6d863a;hb=119e9761282ae04f1943f9b97a83a1db4c9fd12a;hp=874b9fc40872f09be11cca3dfb5fd58b1512394c;hpb=cc0a4994f07b61952a77549fffa1711014f936be;p=catta diff --git a/Makefile.am b/Makefile.am index 874b9fc..719ecad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,12 +21,58 @@ ACLOCAL_AMFLAGS = -I common include $(srcdir)/common/doxygen.mk -EXTRA_DIST = bootstrap.sh LICENSE $(DX_CONFIG) -SUBDIRS = common avahi-common avahi-core avahi-discover 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 \ + avahi-core.pc.in \ + avahi-client.pc.in \ + avahi-glib.pc.in + +SUBDIRS = \ + common \ + avahi-common \ + avahi-glib \ + avahi-core \ + avahi-discover-standalone \ + avahi-client \ + avahi-daemon \ + initscript \ + avahi-dnsconfd \ + avahi-utils \ + examples \ + man \ + tests pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = avahi-core.pc +pkgconfig_DATA = \ + avahi-core.pc \ + avahi-client.pc \ + avahi-glib.pc + +avahi-core.pc: avahi-core.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + +avahi-client.pc: avahi-client.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + +avahi-glib.pc: avahi-glib.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + 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/