summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-16 14:23:22 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-16 14:23:22 +0000
commit621019be78cf3f9e7d12bef3ef915566e8cc6a34 (patch)
treef86fc044f2066f2dfab50ec615346027fdc30b00 /Makefile.am
parent652175dbc89bc2a436ea007ece2e3ed0422361aa (diff)
prepare release 0.3
git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@71 0ee8848e-81ea-0310-a63a-f631d1a40d77
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 5 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 3cd2849..51a84e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-EXTRA_DIST=bootstrap.sh README LICENSE debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules
+EXTRA_DIST=bootstrap.sh README LICENSE \
+ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules
SUBDIRS=src doc
MAINTAINERCLEANFILES=README
@@ -31,11 +32,7 @@ README:
homepage: all dist
test -d $$HOME/homepage/private
mkdir -p $$HOME/homepage/private/projects/nss-mdns
- cp nss-mdns-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/nss-mdns
- cp doc/README.html doc/style.css $$HOME/homepage/private/projects/nss-mdns
- cp $$HOME/homepage/private/projects/nss-mdns/README.html $$HOME/homepage/private/projects/nss-mdns/index.html
+ cp nss-mdns-@PACKAGE_VERSION@.tar.gz doc/README.html doc/style.css $$HOME/homepage/private/projects/nss-mdns
+ ln -sf README.html $$HOME/homepage/private/projects/nss-mdns/index.html
-distcleancheck:
- @:
-
-.PHONY: homepage distcleancheck
+.PHONY: homepage