/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 20:09:53 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081004200953-7j0fjlq6fqsxs9t2
* Makefile (DOCS): Added "plugins.d/askpass-fifo.8mandos".
  (install-client-nokey): Also install
                          "plugins.d/askpass-fifo.8mandos".
  (uninstall-client): Also uninstall "plugins.d/askpass-fifo.8mandos".

* plugins.d/askpass-fifo.xml: New.

Show diffs side-by-side

added added

removed removed

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