View | Details | Raw Unified | Return to bug 28864
Collapse All | Expand All

(-)doc.docbook.mk (-1 / +6 lines)
Lines 135-157 Link Here
135
.if ${_cf} == "html-split"
135
.if ${_cf} == "html-split"
136
_docs+= index.html HTML.manifest ln*.html
136
_docs+= index.html HTML.manifest ln*.html
137
CLEANFILES+= `[ -f HTML.manifest ] && xargs < HTML.manifest` HTML.manifest ln*.html
137
CLEANFILES+= `[ -f HTML.manifest ] && xargs < HTML.manifest` HTML.manifest ln*.html
138
CLEANFILES+= docbook.css
138
139
139
.elif ${_cf} == "html-split.tar"
140
.elif ${_cf} == "html-split.tar"
140
_docs+= ${DOC}.html-split.tar
141
_docs+= ${DOC}.html-split.tar
141
CLEANFILES+= `[ -f HTML.manifest ] && xargs < HTML.manifest` HTML.manifest ln*.html
142
CLEANFILES+= `[ -f HTML.manifest ] && xargs < HTML.manifest` HTML.manifest ln*.html
142
CLEANFILES+= ${DOC}.html-split.tar
143
CLEANFILES+= ${DOC}.html-split.tar
144
CLEANFILES+= docbook.css
143
145
144
.elif ${_cf} == "html"
146
.elif ${_cf} == "html"
145
_docs+= ${DOC}.html
147
_docs+= ${DOC}.html
146
CLEANFILES+= ${DOC}.html
148
CLEANFILES+= ${DOC}.html
149
CLEANFILES+= docbook.css
147
150
148
.elif ${_cf} == "html.tar"
151
.elif ${_cf} == "html.tar"
149
_docs+= ${DOC}.html.tar
152
_docs+= ${DOC}.html.tar
150
CLEANFILES+= ${DOC}.html ${DOC}.html.tar
153
CLEANFILES+= ${DOC}.html ${DOC}.html.tar
154
CLEANFILES+= docbook.css
151
155
152
.elif ${_cf} == "txt"
156
.elif ${_cf} == "txt"
153
_docs+= ${DOC}.txt
157
_docs+= ${DOC}.txt
154
CLEANFILES+= ${DOC}.html ${DOC}.txt ${DOC}.html-text
158
CLEANFILES+= ${DOC}.html ${DOC}.txt ${DOC}.html-text
159
CLEANFILES+= docbook.css
155
160
156
.elif ${_cf} == "dvi"
161
.elif ${_cf} == "dvi"
157
_docs+= ${DOC}.dvi
162
_docs+= ${DOC}.dvi
Lines 205-217 Link Here
205
# Index generation
210
# Index generation
206
#
211
#
207
INDEX_SGML?=		index.sgml
212
INDEX_SGML?=		index.sgml
213
CLEANFILES+= 		${INDEX_SGML}
208
214
209
.if defined(GEN_INDEX)
215
.if defined(GEN_INDEX)
210
HTML_SPLIT_INDEX?=	html-split.index
216
HTML_SPLIT_INDEX?=	html-split.index
211
HTML_INDEX?=		html.index
217
HTML_INDEX?=		html.index
212
PRINT_INDEX?=		print.index
218
PRINT_INDEX?=		print.index
213
219
214
CLEANFILES+= 		${INDEX_SGML}
215
CLEANFILES+= 		${HTML_SPLIT_INDEX} ${HTML_INDEX} ${PRINT_INDEX}
220
CLEANFILES+= 		${HTML_SPLIT_INDEX} ${HTML_INDEX} ${PRINT_INDEX}
216
.endif
221
.endif

Return to bug 28864