chiark / gitweb /
Fix up default comment to not mention tcl
[userv-utils.git] / dyndns / Makefile
1 # Makefile
2 # installation runes for userv-dyndns
3
4 # Copyright (C) 2003 Ian Jackson
5 #
6 # This is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with userv-utils; if not, write to the Free Software
18 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 #
20 # $Id$
21
22 include ../settings.make
23
24 install:
25                 mkdir -p $(shareuserv)/dyndns $(varlibuserv)/dyndns/tmp
26                 cp service update $(shareuserv)/dyndns
27                 cp install-script $(shareuserv)/dyndns/install
28
29 install-examples:
30                 mkdir -p $(services)
31                 cp dyndns $(services)/dyndns.distrib
32                 cp dyndns-domains $(etcuserv)/dyndns-domains.example
33                 echo usdyndns >$(etcuserv)/dyndns-service-users.example
34
35 install-docs:
36                 mkdir -p $(docdir)/userv-dyndns
37                 cp INSTALL $(docdir)/userv-dyndns