]> git.proxmox.com Git - pve-docs.git/blame_incremental - pve-doc-generator.mk
correctly remove temporary xml files
[pve-docs.git] / pve-doc-generator.mk
... / ...
CommitLineData
1# also update debian/changelog
2DOCRELEASE=4.2
3
4DGDIR?=/usr/share/pve-doc-generator
5
6all:
7
8PVE_COMMON_DOC_SOURCES= \
9 attributes.txt \
10 pve-copyright.adoc \
11 docinfo.xml
12
13PVECM_MAN1_SOURCES= \
14 pvecm.adoc \
15 pvecm.1-synopsis.adoc \
16 ${PVE_COMMON_DOC_SOURCES}
17
18PVE_FIREWALL_MAN8_SOURCES= \
19 pve-firewall.adoc \
20 pve-firewall.8-synopsis.adoc \
21 pve-firewall-cluster-opts.adoc \
22 pve-firewall-host-opts.adoc \
23 pve-firewall-vm-opts.adoc \
24 pve-firewall-rules-opts.adoc \
25 pve-firewall-macros.adoc \
26 ${PVE_COMMON_DOC_SOURCES}
27
28PVESM_MAN1_SOURCES= \
29 pvesm.adoc \
30 pvesm.1-synopsis.adoc \
31 pve-storage-dir.adoc \
32 pve-storage-glusterfs.adoc \
33 pve-storage-iscsi.adoc \
34 pve-storage-iscsidirect.adoc \
35 pve-storage-lvm.adoc \
36 pve-storage-nfs.adoc \
37 pve-storage-rbd.adoc \
38 pve-storage-zfspool.adoc \
39 ${PVE_COMMON_DOC_SOURCES}
40
41VZDUMP_MAN1_SOURCES= \
42 vzdump.adoc \
43 vzdump.1-synopsis.adoc \
44 vzdump.conf.5-opts.adoc \
45 ${PVE_COMMON_DOC_SOURCES}
46
47PVESUBSCRIPTION_MAN1_SOURCES= \
48 pvesubscription.adoc \
49 pvesubscription.1-synopsis.adoc \
50 ${PVE_COMMON_DOC_SOURCES}
51
52PVECEPH_MAN1_SOURCES= \
53 pveceph.adoc \
54 pveceph.1-synopsis.adoc \
55 ${PVE_COMMON_DOC_SOURCES}
56
57PCT_MAN1_SOURCES= \
58 pct.adoc \
59 pct.1-synopsis.adoc \
60 pct.conf.5-opts.adoc \
61 pct-network-opts.adoc \
62 pct-mountpoint-opts.adoc \
63 ${PVE_COMMON_DOC_SOURCES}
64
65PCT_CONF_MAN5_SOURCES= \
66 pct.conf.adoc \
67 pct.conf.5-opts.adoc \
68 ${PVE_COMMON_DOC_SOURCES}
69
70DATACENTER_CONF_MAN5_SOURCES= \
71 datacenter.cfg.adoc \
72 datacenter.cfg.5-opts.adoc \
73 ${PVE_COMMON_DOC_SOURCES}
74
75QM_MAN1_SOURCES= \
76 qm.adoc \
77 qm.1-synopsis.adoc \
78 qm.conf.5-opts.adoc \
79 ${PVE_COMMON_DOC_SOURCES}
80
81QM_CONF_MAN5_SOURCES= \
82 qm.conf.adoc \
83 qm.conf.5-opts.adoc \
84 ${PVE_COMMON_DOC_SOURCES}
85
86QMRESTORE_MAN1_SOURCES= \
87 qmrestore.adoc \
88 qmrestore.1-synopsis.adoc \
89 ${PVE_COMMON_DOC_SOURCES}
90
91PVEUM_MAN1_SOURCES= \
92 pveum.adoc \
93 pveum.1-synopsis.adoc \
94 ${PVE_COMMON_DOC_SOURCES}
95
96PVEAM_MAN1_SOURCES= \
97 pveam.adoc \
98 pveam.1-synopsis.adoc \
99 ${PVE_COMMON_DOC_SOURCES}
100
101HA_MANAGER_MAN1_SOURCES= \
102 ha-manager.adoc \
103 ha-manager.1-synopsis.adoc \
104 ${PVE_COMMON_DOC_SOURCES}
105
106PVE_HA_CRM_MAN8_SOURCES= \
107 pve-ha-crm.adoc \
108 pve-ha-crm.8-synopsis.adoc \
109 ${PVE_COMMON_DOC_SOURCES}
110
111PVE_HA_LRM_MAN8_SOURCES= \
112 pve-ha-lrm.adoc \
113 pve-ha-lrm.8-synopsis.adoc \
114 ${PVE_COMMON_DOC_SOURCES}
115
116PVESTATD_MAN8_SOURCES= \
117 pvestatd.adoc \
118 pvestatd.8-synopsis.adoc \
119 ${PVE_COMMON_DOC_SOURCES}
120
121PVEDAEMON_MAN8_SOURCES= \
122 pvedaemon.adoc \
123 pvedaemon.8-synopsis.adoc \
124 ${PVE_COMMON_DOC_SOURCES}
125
126PVEPROXY_MAN8_SOURCES= \
127 pveproxy.adoc \
128 pveproxy.8-synopsis.adoc \
129 ${PVE_COMMON_DOC_SOURCES}
130
131SPICEPROXY_MAN8_SOURCES= \
132 spiceproxy.adoc \
133 spiceproxy.8-synopsis.adoc \
134 ${PVE_COMMON_DOC_SOURCES}
135
136PMXCFS_MAN8_SOURCES= \
137 pmxcfs.adoc \
138 pmxcfs.8-cli.adoc \
139 ${PVE_COMMON_DOC_SOURCES}
140
141attributes.txt docinfo.xml:
142 cp ${DGDIR}/$@ $@.tmp
143 mv $@.tmp $@
144
145%-opts.adoc: ${DGDIR}/gen-%-opts.pl
146 ${DGDIR}/gen-$*-opts.pl >$@.tmp
147 mv $@.tmp $@
148
149%.adoc: ${DGDIR}/gen-%-adoc.pl
150 ${DGDIR}/gen-$*-adoc.pl >$@.tmp
151 mv $@.tmp $@
152
153%.1-synopsis.adoc:
154 perl -I. -e "use PVE::CLI::$(subst -,_,$*);print PVE::CLI::$(subst -,_,$*)->generate_asciidoc_synopsys();" > $@.tmp
155 mv $@.tmp $@
156
157%.8-synopsis.adoc:
158 perl -I. -e "use PVE::Service::$(subst -,_,$*);print PVE::Service::$(subst -,_,$*)->generate_asciidoc_synopsys();" > $@.tmp
159 mv $@.tmp $@
160
161ifneq (${DGDIR},.)
162%.adoc: ${DGDIR}/%.adoc
163 cp $< $@.tmp
164 mv $@.tmp $@
165endif
166
167# asciidoc /etc/asciidoc/docbook-xsl/manpage.xsl skip REFERENCES section
168# like footnotes, so we cannot use a2x. We use xmlto instead.
169#A2MAN_COMMON=a2x -v -k -a docinfo1 -a "manversion=Release ${DOCRELEASE}" -f manpage
170#A2MAN1=${A2MAN_COMMON} -a "manvolnum=1"
171#A2MAN5=${A2MAN_COMMON} -a "manvolnum=5"
172#A2MAN8=${A2MAN_COMMON} -a "manvolnum=8"
173
174A2MAN_COMMON=asciidoc -dmanpage -bdocbook -a docinfo1
175
176define A2MAN1
177${A2MAN_COMMON} -a "manvolnum=1" -o $1.tmp.xml $1.adoc
178xmlto -v man $1.tmp.xml
179@rm -f $1.tmp.xml
180endef
181
182define A2MAN5
183${A2MAN_COMMON} -a "manvolnum=5" -o $1.tmp.xml $1.adoc
184xmlto -v man $1.tmp.xml
185@rm -f $1.tmp.xml
186endef
187
188define A2MAN8
189${A2MAN_COMMON} -a "manvolnum=8" -o $1.tmp.xml $1.adoc
190xmlto -v man $1.tmp.xml
191@rm -f $1.tmp.xml
192endef
193
194pve-firewall.8: ${PVE_FIREWALL_MAN8_SOURCES}
195 $(call A2MAN8,pve-firewall)
196 test -n "$${NOVIEW}" || man -l $@
197
198pvesm.1: ${PVESM_MAN1_SOURCES}
199 $(call A2MAN1,pvesm)
200 test -n "$${NOVIEW}" || man -l $@
201
202pveceph.1: ${PVECEPH_MAN1_SOURCES}
203 $(call A2MAN1,pveceph)
204 test -n "$${NOVIEW}" || man -l $@
205
206pct.1: ${PCT_MAN1_SOURCES}
207 $(call A2MAN1,pct)
208 test -n "$${NOVIEW}" || man -l $@
209
210vzdump.1: ${VZDUMP_MAN1_SOURCES}
211 $(call A2MAN1,vzdump)
212 test -n "$${NOVIEW}" || man -l $@
213
214pvesubscription.1: ${PVESUBSCRIPTION_MAN1_SOURCES}
215 $(call A2MAN1,pvesubscription)
216 test -n "$${NOVIEW}" || man -l $@
217
218qm.1: ${QM_MAN1_SOURCES}
219 $(call A2MAN1,qm)
220 test -n "$${NOVIEW}" || man -l $@
221
222qmrestore.1: ${QMRESTORE_MAN1_SOURCES}
223 $(call A2MAN1,qmrestore)
224 test -n "$${NOVIEW}" || man -l $@
225
226pvecm.1: ${PVECM_MAN1_SOURCES}
227 $(call A2MAN1,pvecm)
228 test -n "$${NOVIEW}" || man -l $@
229
230pveum.1: ${PVEUM_MAN1_SOURCES}
231 $(call A2MAN1,pveum)
232 test -n "$${NOVIEW}" || man -l $@
233
234pveam.1: ${PVEAM_MAN1_SOURCES}
235 $(call A2MAN1,pveam)
236 test -n "$${NOVIEW}" || man -l $@
237
238ha-manager.1: ${HA_MANAGER_MAN1_SOURCES}
239 $(call A2MAN1,ha-manager)
240 test -n "$${NOVIEW}" || man -l $@
241
242pve-ha-crm.8: ${PVE_HA_CRM_MAN8_SOURCES}
243 $(call A2MAN8,pve-ha-crm)
244 test -n "$${NOVIEW}" || man -l $@
245
246pve-ha-lrm.8: ${PVE_HA_LRM_MAN8_SOURCES}
247 $(call A2MAN8,pve-ha-lrm)
248 test -n "$${NOVIEW}" || man -l $@
249
250pvestatd.8: ${PVESTATD_MAN8_SOURCES}
251 $(call A2MAN8,pvestatd)
252 test -n "$${NOVIEW}" || man -l $@
253
254pvedaemon.8: ${PVEDAEMON_MAN8_SOURCES}
255 $(call A2MAN8,pvedaemon)
256 test -n "$${NOVIEW}" || man -l $@
257
258pveproxy.8: ${PVEPROXY_MAN8_SOURCES}
259 $(call A2MAN8,pveproxy)
260 test -n "$${NOVIEW}" || man -l $@
261
262spiceproxy.8: ${SPICEPROXY_MAN8_SOURCES}
263 $(call A2MAN8,spiceproxy)
264 test -n "$${NOVIEW}" || man -l $@
265
266pmxcfs.8: ${PMXCFS_MAN8_SOURCES}
267 $(call A2MAN8,pmxcfs)
268 test -n "$${NOVIEW}" || man -l $@
269
270qm.conf.5: ${QM_CONF_MAN5_SOURCES}
271
272pct.conf.5: ${PCT_CONF_MAN5_SOURCES}
273
274datacenter.cfg.5: ${DATACENTER_CONF_MAN5_SOURCES}
275
276%.5: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
277 $(call A2MAN5,$*)
278 test -n "$${NOVIEW}" || man -l $@
279
280.PHONY: cleanup-docgen
281cleanup-docgen:
282 rm -f *.tmp.xml *.1 *.5 *.8 *.adoc attributes.txt docinfo.xml