55
55
# DocBook-to-man post-processing to fix a '\n' escape bug
56
56
MANPOST=sed --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g'
58
DOCBOOKTOHTML=xsltproc --nonet --xinclude \
59
--param make.year.ranges 1 \
60
--param make.single.year.ranges 1 \
61
--param man.output.quietly 1 \
62
--param man.authors.section.enabled 0 \
63
--param citerefentry.link 1 \
65
/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl \
67
# Fix citerefentry links
68
HTMLPOST=sed --in-place --expression='s/\(<a class="citerefentry" href="\)\("><span class="citerefentry"><span class="refentrytitle">\)\([^<]*\)\(<\/span>(\)\([^)]*\)\()<\/span><\/a>\)/\1\3.\5\2\3\4\5\6/g'
70
58
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \
71
plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo
59
plugins.d/usplash plugins.d/splashy
72
60
PROGS=plugin-runner $(PLUGINS)
73
61
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
74
62
plugins.d/mandos-client.8mandos \
75
63
plugins.d/password-prompt.8mandos mandos.conf.5 \
76
64
mandos-clients.conf.5
78
htmldocs=$(addsuffix .xhtml,$(DOCS))
80
66
objects=$(addsuffix .o,$(PROGS))
88
72
%.5: %.xml legalnotice.xml
90
%.5.xhtml: %.xml legalnotice.xml
93
75
%.8: %.xml legalnotice.xml
95
%.8.xhtml: %.xml legalnotice.xml
98
78
%.8mandos: %.xml legalnotice.xml
100
%.8mandos.xhtml: %.xml legalnotice.xml
103
81
mandos.8: mandos.xml mandos-options.xml overview.xml legalnotice.xml
105
mandos.8.xhtml: mandos.xml mandos-options.xml overview.xml \
109
84
mandos-keygen.8: mandos-keygen.xml overview.xml legalnotice.xml
111
mandos-keygen.8.xhtml: mandos-keygen.xml overview.xml legalnotice.xml
114
87
mandos.conf.5: mandos.conf.xml mandos-options.xml legalnotice.xml
116
mandos.conf.5.xhtml: mandos.conf.xml mandos-options.xml legalnotice.xml
119
90
plugin-runner.8mandos: plugin-runner.xml overview.xml legalnotice.xml
121
plugin-runner.8mandos.xhtml: plugin-runner.xml overview.xml \
125
93
plugins.d/mandos-client.8mandos: plugins.d/mandos-client.xml \
126
94
mandos-options.xml \
127
95
overview.xml legalnotice.xml
129
plugins.d/mandos-client.8mandos.xhtml: plugins.d/mandos-client.xml \
131
overview.xml legalnotice.xml
134
98
plugins.d/mandos-client: plugins.d/mandos-client.o
135
99
$(LINK.o) $(GNUTLS_LIBS) $(AVAHI_LIBS) $(GPGME_LIBS) \
136
100
$(COMMON) $^ $(LOADLIBES) $(LDLIBS) -o $@
138
.PHONY : all doc html clean distclean run-client run-server install \
102
.PHONY : all doc clean distclean run-client run-server install \
139
103
install-server install-client uninstall uninstall-server \
140
104
uninstall-client purge purge-server purge-client
143
-rm --force $(PROGS) $(objects) $(htmldocs) $(DOCS) core
107
-rm --force $(PROGS) $(objects) $(DOCS) core
146
110
mostlyclean: clean
226
186
install --mode=u=rwxs,go=rx \
227
187
--target-directory=$(PREFIX)/lib/mandos/plugins.d \
228
188
plugins.d/splashy
229
install --mode=u=rwxs,go=rx \
230
--target-directory=$(PREFIX)/lib/mandos/plugins.d \
231
plugins.d/askpass-fifo
232
189
install initramfs-tools-hook \
233
190
$(INITRAMFSTOOLS)/hooks/mandos
234
191
install --mode=u=rw,go=r initramfs-tools-hook-conf \