/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-12 03:08:51 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100912030851-f48xth0u8yck0wrv
* mandos-monitor (MandosClientWidget.checker_completed): Do not log a
                                                         successful
                                                         checker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        --expression='s/\(<a class="citerefentry" href="\)\("><span class="citerefentry"><span class="refentrytitle">\)\([^<]*\)\(<\/span>(\)\([^)]*\)\()<\/span><\/a>\)/\1\3.\5\2\3\4\5\6/g'
84
84
 
85
85
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \
86
 
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo \
87
 
        plugins.d/plymouth
 
86
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo
88
87
CPROGS=plugin-runner $(PLUGINS)
89
88
PROGS=mandos mandos-keygen mandos-ctl $(CPROGS)
90
89
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
307
306
        install --mode=u=rwxs,go=rx \
308
307
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
309
308
                plugins.d/askpass-fifo
310
 
        install --mode=u=rwxs,go=rx \
311
 
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
312
 
                plugins.d/plymouth
313
309
        install initramfs-tools-hook \
314
310
                $(INITRAMFSTOOLS)/hooks/mandos
315
311
        install --mode=u=rw,go=r initramfs-tools-hook-conf \
360
356
                $(PREFIX)/lib/mandos/plugins.d/usplash \
361
357
                $(PREFIX)/lib/mandos/plugins.d/splashy \
362
358
                $(PREFIX)/lib/mandos/plugins.d/askpass-fifo \
363
 
                $(PREFIX)/lib/mandos/plugins.d/plymouth \
364
359
                $(INITRAMFSTOOLS)/hooks/mandos \
365
360
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos \
366
361
                $(INITRAMFSTOOLS)/scripts/init-premount/mandos \