|
Lines 88-94
Link Here
|
| 88 |
|
88 |
|
| 89 |
JADEOPTS= ${JADEFLAGS} -c ${FREEBSDCATALOG} -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g} |
89 |
JADEOPTS= ${JADEFLAGS} -c ${FREEBSDCATALOG} -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g} |
| 90 |
|
90 |
|
| 91 |
KNOWN_FORMATS= html html-split html-split.tar txt rtf ps pdf tex dvi tar |
91 |
KNOWN_FORMATS= html html-split html-split.tar \ |
|
|
92 |
txt rtf ps pdf tex dvi tar pdb |
| 92 |
|
93 |
|
| 93 |
# ------------------------------------------------------------------------ |
94 |
# ------------------------------------------------------------------------ |
| 94 |
# If DOC_PREFIX is not set then try and generate a sensible value for it. |
95 |
# If DOC_PREFIX is not set then try and generate a sensible value for it. |
|
Lines 185-190
Link Here
|
| 185 |
.elif ${_cf} == "doc" |
186 |
.elif ${_cf} == "doc" |
| 186 |
_docs+= ${DOC}.doc |
187 |
_docs+= ${DOC}.doc |
| 187 |
CLEANFILES+= ${DOC}.doc |
188 |
CLEANFILES+= ${DOC}.doc |
|
|
189 |
.elif ${_cf} == "pdb" |
| 190 |
_docs+= ${DOC}.pdb |
| 191 |
CLEANFILES+= ${DOC}.pdb |
| 188 |
.endif |
192 |
.endif |
| 189 |
.endfor |
193 |
.endfor |
| 190 |
.endif |
194 |
.endif |
|
Lines 266-271
Link Here
|
| 266 |
|
270 |
|
| 267 |
${DOC}.tar: |
271 |
${DOC}.tar: |
| 268 |
tar cf ${.TARGET} ${SRCS} |
272 |
tar cf ${.TARGET} ${SRCS} |
|
|
273 |
|
| 274 |
${DOC}.pdb: ${DOC}.txt |
| 275 |
pilot_makedoc ${DOC}.txt ${DOC}.pdb ${DOC} |
| 269 |
|
276 |
|
| 270 |
# ------------------------------------------------------------------------ |
277 |
# ------------------------------------------------------------------------ |
| 271 |
# |
278 |
# |