/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: 2010-09-13 05:56:48 UTC
  • mfrom: (420.1.1 mandos-local)
  • Revision ID: teddy@fukt.bsnet.se-20100913055648-v92t4egg6xubyqqo
Merge Makefile change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo \
87
87
        plugins.d/plymouth
88
88
CPROGS=plugin-runner $(PLUGINS)
89
 
PROGS=mandos mandos-keygen mandos-ctl mandos-monitor $(CPROGS)
 
89
PROGS=mandos mandos-keygen mandos-ctl $(CPROGS)
90
90
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
91
 
        mandos-monitor.8 \
92
91
        plugins.d/mandos-client.8mandos \
93
92
        plugins.d/password-prompt.8mandos mandos.conf.5 \
94
93
        plugins.d/usplash.8mandos plugins.d/splashy.8mandos \
133
132
                 legalnotice.xml
134
133
        $(DOCBOOKTOHTML)
135
134
 
136
 
mandos-monitor.8: mandos-monitor.xml common.ent overview.xml \
137
 
                legalnotice.xml
138
 
        $(DOCBOOKTOMAN)
139
 
mandos-monitor.8.xhtml: mandos-monitor.xml common.ent overview.xml \
140
 
                 legalnotice.xml
141
 
        $(DOCBOOKTOHTML)
142
 
 
143
135
mandos.conf.5: mandos.conf.xml common.ent mandos-options.xml \
144
136
                legalnotice.xml
145
137
        $(DOCBOOKTOMAN)
186
178
                --expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' \
187
179
                $@)
188
180
 
189
 
mandos-monitor: Makefile
190
 
        $(strip $(SED) --in-place \
191
 
                --expression='s/^\(version = "\)[^"]*"$$/\1$(version)"/' \
192
 
                $@)
193
 
 
194
181
mandos.lsm: Makefile
195
182
        $(strip $(SED) --in-place \
196
183
                --expression='s/^\(Version:\).*/\1\t$(version)/' \
274
261
install-server: doc
275
262
        install --directory $(CONFDIR)
276
263
        install --mode=u=rwx,go=rx mandos $(PREFIX)/sbin/mandos
277
 
        install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
278
 
                mandos-ctl
279
 
        install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
280
 
                mandos-monitor
281
264
        install --mode=u=rw,go=r --target-directory=$(CONFDIR) \
282
265
                mandos.conf
283
266
        install --mode=u=rw --target-directory=$(CONFDIR) \
360
343
 
361
344
uninstall-server:
362
345
        -rm --force $(PREFIX)/sbin/mandos \
363
 
                $(PREFIX)/sbin/mandos-ctl \
364
 
                $(PREFIX)/sbin/mandos-monitor \
365
346
                $(MANDIR)/man8/mandos.8.gz \
366
347
                $(MANDIR)/man5/mandos.conf.5.gz \
367
348
                $(MANDIR)/man5/mandos-clients.conf.5.gz