/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-10-04 01:55:56 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081004015556-hp0374bc62khen0z
* mandos-keygen.xml (FILES): Fixed id to be "files", not "file".
* mandos.xml (FILES): - '' -
  (CLIENTS, SERVER): Changed id attribute to lower case.  All
                     referrers changed.
* plugins.d/mandos-client.xml (FILES): Fixed id to be "files", not
                                       "file".

* plugins.d/password-prompt.xml (DESCRIPTION): Improved wording.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
79
79
        plugins.d/mandos-client.8mandos \
80
80
        plugins.d/password-prompt.8mandos mandos.conf.5 \
81
 
        plugins.d/usplash.8mandos plugins.d/splashy.8mandos \
82
 
        plugins.d/askpass-fifo.8mandos mandos-clients.conf.5
 
81
        mandos-clients.conf.5
83
82
 
84
83
htmldocs=$(addsuffix .xhtml,$(DOCS))
85
84
 
269
268
                > $(MANDIR)/man8/password-prompt.8mandos.gz
270
269
        gzip --best --to-stdout plugins.d/mandos-client.8mandos \
271
270
                > $(MANDIR)/man8/mandos-client.8mandos.gz
272
 
        gzip --best --to-stdout plugins.d/usplash.8mandos \
273
 
                > $(MANDIR)/man8/usplash.8mandos.gz
274
 
        gzip --best --to-stdout plugins.d/splashy.8mandos \
275
 
                > $(MANDIR)/man8/splashy.8mandos.gz
276
 
        gzip --best --to-stdout plugins.d/askpass-fifo.8mandos \
277
 
                > $(MANDIR)/man8/askpass-fifo.8mandos.gz
278
271
 
279
272
install-client: install-client-nokey
280
273
# Post-installation stuff
303
296
                $(PREFIX)/lib/mandos/plugins.d/mandos-client \
304
297
                $(PREFIX)/lib/mandos/plugins.d/usplash \
305
298
                $(PREFIX)/lib/mandos/plugins.d/splashy \
306
 
                $(PREFIX)/lib/mandos/plugins.d/askpass-fifo \
307
299
                $(INITRAMFSTOOLS)/hooks/mandos \
308
300
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos \
309
301
                $(INITRAMFSTOOLS)/scripts/local-top/mandos \
310
302
                $(MANDIR)/man8/plugin-runner.8mandos.gz \
311
303
                $(MANDIR)/man8/mandos-keygen.8.gz \
312
304
                $(MANDIR)/man8/password-prompt.8mandos.gz \
313
 
                $(MANDIR)/man8/usplash.8mandos.gz \
314
 
                $(MANDIR)/man8/splashy.8mandos.gz \
315
 
                $(MANDIR)/man8/askpass-fifo.8mandos.gz \
316
305
                $(MANDIR)/man8/mandos-client.8mandos.gz
317
306
        -rmdir $(PREFIX)/lib/mandos/plugins.d $(CONFDIR)/plugins.d \
318
307
                 $(PREFIX)/lib/mandos $(CONFDIR) $(KEYDIR)