/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 03:11:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081004031139-llfxo3ac8kk4fs6b
* Makefile (DOCS): Added "plugins.d/usplash.8mandos" and
                   "plugins.d/splashy.8mandos".
  (install-client-nokey): Also install "plugins.d/usplash.8mandos" and
                          "plugins.d/splashy.8mandos".
  (uninstall-client): Also uninstall "plugins.d/usplash.8mandos" and
                      "plugins.d/splashy.8mandos".

* plugins.d/splashy.xml: New.

* plugins.d/usplash.xml: - '' -

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 \
81
82
        mandos-clients.conf.5
82
83
 
83
84
htmldocs=$(addsuffix .xhtml,$(DOCS))
268
269
                > $(MANDIR)/man8/password-prompt.8mandos.gz
269
270
        gzip --best --to-stdout plugins.d/mandos-client.8mandos \
270
271
                > $(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
271
276
 
272
277
install-client: install-client-nokey
273
278
# Post-installation stuff
302
307
                $(MANDIR)/man8/plugin-runner.8mandos.gz \
303
308
                $(MANDIR)/man8/mandos-keygen.8.gz \
304
309
                $(MANDIR)/man8/password-prompt.8mandos.gz \
 
310
                $(MANDIR)/man8/usplash.8mandos.gz \
 
311
                $(MANDIR)/man8/splashy.8mandos.gz \
305
312
                $(MANDIR)/man8/mandos-client.8mandos.gz
306
313
        -rmdir $(PREFIX)/lib/mandos/plugins.d $(CONFDIR)/plugins.d \
307
314
                 $(PREFIX)/lib/mandos $(CONFDIR) $(KEYDIR)