summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-08 17:32:25 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-08 17:32:25 +0000
commit9ad2a95c80ab0f9cf48d3f58e9a7ed6f06685c34 (patch)
tree2db6a9e1969ca9e9cb916759c0c7e8f15cf8dbdc /Makefile.am
parent0556d428a56bdc4dac52d6eed2c515e66958094e (diff)
* documentation update
* embed CSS data in xmltoman.xsl git-svn-id: file:///home/lennart/svn/public/avahi/trunk@274 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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/
+