resetting manifest requested domain to floor
[platform/upstream/nss-mdns.git] / Makefile.am
1 # $Id: Makefile.am 109 2007-01-01 17:22:10Z lennart $
2 #
3 # This file is part of nss-mdns.
4 #
5 # nss-mdns is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as
7 # published by the Free Software Foundation; either version 2 of the
8 # License, or (at your option) any later version.
9 #
10 # nss-mdns is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with nss-mdns; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18 # USA.
19
20 EXTRA_DIST=bootstrap.sh README LICENSE
21 SUBDIRS=src doc
22
23 MAINTAINERCLEANFILES=README
24 noinst_DATA = README
25
26 README:
27         rm -f README
28         $(MAKE) -C doc README
29         cd $(srcdir) && ln -s doc/README README
30
31 homepage: all dist
32         test -d $$HOME/homepage/private
33         mkdir -p $$HOME/homepage/private/projects/nss-mdns
34         cp nss-mdns-@PACKAGE_VERSION@.tar.gz doc/README.html doc/style.css $$HOME/homepage/private/projects/nss-mdns
35         ln -sf README.html $$HOME/homepage/private/projects/nss-mdns/index.html
36
37 .PHONY: homepage