/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

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
CPROGS=plugin-runner $(PLUGINS)
89
89
PROGS=mandos mandos-keygen mandos-ctl mandos-monitor $(CPROGS)
90
90
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
91
 
        mandos-monitor.8 \
 
91
        mandos-monitor.8 mandos-ctl.8 \
92
92
        plugins.d/mandos-client.8mandos \
93
93
        plugins.d/password-prompt.8mandos mandos.conf.5 \
94
94
        plugins.d/usplash.8mandos plugins.d/splashy.8mandos \
140
140
                 legalnotice.xml
141
141
        $(DOCBOOKTOHTML)
142
142
 
 
143
mandos-ctl.8: mandos-ctl.xml common.ent overview.xml \
 
144
                legalnotice.xml
 
145
        $(DOCBOOKTOMAN)
 
146
mandos-ctl.8.xhtml: mandos-ctl.xml common.ent overview.xml \
 
147
                 legalnotice.xml
 
148
        $(DOCBOOKTOHTML)
 
149
 
143
150
mandos.conf.5: mandos.conf.xml common.ent mandos-options.xml \
144
151
                legalnotice.xml
145
152
        $(DOCBOOKTOMAN)