FreeBSD Bugzilla – Attachment 18770 Details for
Bug 33589
[patch] to doc.docbook.mk to post process .tex files.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.43 KB, created by
Josef Karthauser
on 2002-01-05 23:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Josef Karthauser
Created:
2002-01-05 23:40:00 UTC
Size:
1.43 KB
patch
obsolete
>Index: doc.docbook.mk >=================================================================== >RCS file: /home/ncvs/doc/share/mk/doc.docbook.mk,v >retrieving revision 1.61 >diff -u -r1.61 doc.docbook.mk >--- doc.docbook.mk 2 Jan 2002 01:10:37 -0000 1.61 >+++ doc.docbook.mk 5 Jan 2002 23:35:51 -0000 >@@ -90,6 +90,10 @@ > # a book. This option may be an order of magnitude more > # CPU intensive than the default build. > # >+# TEX_POSTPROCESS If defined, then the command contained in this variable >+# is evoked as a filter on the tex file produced >+# giving the caller a chance to post-process the >+# tex file before further use of it. > > # > # Documents should use the += format to access these. >@@ -408,6 +412,10 @@ > ${DOC}.tex: ${SRCS} ${LOCAL_IMAGES_EPS} ${INDEX_SGML} ${PRINT_INDEX} > ${JADE} -V tex-backend ${PRINTOPTS} \ > ${JADEOPTS} -t tex -o ${.TARGET} ${MASTERDOC} >+.if defined(TEX_POSTPROCESS) >+ ${TEX_POSTPROCESS} < ${DOC}.tex > ${DOC}.tmp >+ mv ${DOC}.tmp ${DOC}.tex >+.endif > > ${DOC}.tex-ps: ${DOC}.tex > ${LN} -f ${.ALLSRC} ${.TARGET} >@@ -416,6 +424,10 @@ > ${CP} -p ${PDFTEX_DEF} ${.TARGET} > ${JADE} -V tex-backend ${PRINTOPTS} -ioutput.print.pdf \ > ${JADEOPTS} -t tex -o /dev/stdout ${MASTERDOC} >> ${.TARGET} >+.if defined(TEX_POSTPROCESS) >+ ${TEX_POSTPROCESS} < ${DOC}.tex-pdf > ${DOC}.tmp >+ mv ${DOC}.tmp ${DOC}.tex-pdf >+.endif > > ${DOC}.dvi: ${DOC}.tex ${LOCAL_IMAGES_EPS} > @${ECHO} "==> TeX pass 1/3"
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 33589
: 18770