FreeBSD Bugzilla – Attachment 59985 Details for
Bug 90171
Modification Requirement for doc/share/mk/doc.docbook.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.66 KB, created by
intron
on 2005-12-10 02:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
intron
Created:
2005-12-10 02:20:02 UTC
Size:
1.66 KB
patch
obsolete
>Index: doc.docbook.mk >=================================================================== >RCS file: /cvsroot/ncvs/doc/share/mk/doc.docbook.mk,v >retrieving revision 1.121 >diff -u -r1.121 doc.docbook.mk >--- doc.docbook.mk 23 Sep 2005 19:38:22 -0000 1.121 >+++ doc.docbook.mk 9 Dec 2005 16:21:41 -0000 >@@ -352,13 +352,13 @@ > CLEANFILES+= ${DOC}.html-text > > .elif ${_cf} == "dvi" >-CLEANFILES+= ${DOC}.aux ${DOC}.log ${DOC}.tex >+CLEANFILES+= ${DOC}.aux ${DOC}.log ${DOC}.out ${DOC}.tex > > .elif ${_cf} == "tex" > CLEANFILES+= ${DOC}.aux ${DOC}.log > > .elif ${_cf} == "ps" >-CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.tex-ps ${DOC}.tex >+CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.out ${DOC}.tex-ps ${DOC}.tex > .for _curimage in ${LOCAL_IMAGES_EPS:M*share*} > CLEANFILES+= ${_curimage:T} ${_curimage:H:T}/${_curimage:T} > .endfor >@@ -525,8 +525,10 @@ > > # TXT -------------------------------------------------------------------- > >+.if !target(${DOC}.txt) > ${DOC}.txt: ${DOC}.html-text > ${HTML2TXT} ${HTML2TXTOPTS} ${.ALLSRC} > ${.TARGET} >+.endif > > # PDB -------------------------------------------------------------------- > >@@ -591,6 +593,7 @@ > ${JADEOPTS} -t tex -o /dev/stdout ${MASTERDOC} >> ${.TARGET} > .endif > >+.if !target(${DOC}.dvi) > ${DOC}.dvi: ${DOC}.tex ${LOCAL_IMAGES_EPS} > .for _curimage in ${LOCAL_IMAGES_EPS:M*share*} > ${CP} -p ${_curimage} ${.CURDIR:H:H}/${_curimage:H:S|${IMAGES_EN_DIR}/||:S|${.CURDIR}||} >@@ -601,6 +604,7 @@ > -${JADETEX_CMD} '${TEX_CMDSEQ} \nonstopmode\input{${DOC}.tex}' > @${ECHO} "==> TeX pass 3/3" > -${JADETEX_CMD} '${TEX_CMDSEQ} \nonstopmode\input{${DOC}.tex}' >+.endif > > .if !target(${DOC}.pdf) > ${DOC}.pdf: ${DOC}.tex-pdf ${IMAGES_PDF}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 90171
: 59985