/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2008-08-23 07:17:28 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080823071728-wo1k2mtbje5910np
* Makefile (MANPOST): Bug fix: corrected patterns.

* mandos-options.xml: Bug fix: also change root node tag name in
                      DOCTYPE declaration.
  (interface, address): Improved wording.

* overview.xml: Changed "host computer" to "computer".

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
OPTIMIZE=-Os
15
15
LANGUAGE=-std=gnu99
16
16
# PREFIX=/usr/local
17
 
PREFIX=$(DESTDIR)/usr
 
17
PREFIX=/usr
18
18
# CONFDIR=/usr/local/lib/mandos
19
 
CONFDIR=$(DESTDIR)/etc/mandos
 
19
CONFDIR=/etc/mandos
20
20
# MANDIR=/usr/local/man
21
 
MANDIR=$(DESTDIR)/usr/share/man
 
21
MANDIR=/usr/share/man
22
22
 
23
23
GNUTLS_CFLAGS=$(shell libgnutls-config --cflags)
24
24
GNUTLS_LIBS=$(shell libgnutls-config --libs)
104
104
install: install-server install-client
105
105
 
106
106
install-server: doc
107
 
        install --directory --parents $(CONFDIR) $(MANDIR)/man5 \
 
107
        mkdir --mode=0755 --parents $(CONFDIR) $(MANDIR)/man5 \
108
108
                $(MANDIR)/man8
109
109
        install --mode=0755 mandos $(PREFIX)/sbin/mandos
110
110
        install --mode=0644 --target-directory=$(CONFDIR) mandos.conf
118
118
                > $(MANDIR)/man5/mandos-clients.conf.5.gz
119
119
 
120
120
install-client: all doc /usr/share/initramfs-tools/hooks/.
121
 
        install --directory --parents $(PREFIX)/lib/mandos \
122
 
                $(CONFDIR) $(MANDIR)/man8
123
 
        install --directory --mode=0700 $(PREFIX)/lib/mandos/plugins.d
 
121
        mkdir --mode=0755 --parents $(PREFIX)/lib/mandos $(CONFDIR) \
 
122
                $(MANDIR)/man8
 
123
        -mkdir --mode=0700 $(PREFIX)/lib/mandos/plugins.d
124
124
        chmod u=rwx,g=,o= $(PREFIX)/lib/mandos/plugins.d
125
125
        install --mode=0755 --target-directory=$(PREFIX)/lib/mandos \
126
126
                plugin-runner