summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2523408..1ce7f76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,8 +27,9 @@ EXTRA_DIST = \
$(DX_CONFIG) \
docs/INSTALL \
docs/TODO \
- docs/DBUS-API \
docs/README \
+ docs/DBUS-API \
+ docs/AUTHORS \
docs/HACKING \
docs/overview.dia
@@ -50,4 +51,8 @@ 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/
+