FreeBSD Bugzilla – Attachment 5657 Details for
Bug 13379
add obj'ability to doc build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.66 KB, created by
nbm
on 1999-08-25 21:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
nbm
Created:
1999-08-25 21:10:00 UTC
Size:
2.66 KB
patch
obsolete
>Index: docproj.docbook.mk >=================================================================== >RCS file: /home/nbm/ncvs/doc/share/mk/docproj.docbook.mk,v >retrieving revision 1.9 >diff -u -r1.9 docproj.docbook.mk >--- docproj.docbook.mk 1999/08/19 00:07:09 1.9 >+++ docproj.docbook.mk 1999/08/25 17:00:29 >@@ -76,6 +76,7 @@ > .endif > > DOC?= ${.CURDIR:T} >+MASTERDOC?= ${.CURDIR}/${DOC}.sgml > > DOC_INSTALL_PREFIX?= /usr/local/share/doc/fdp > >@@ -223,49 +224,49 @@ > all: ${_docs} > > index.html HTML.manifest: ${SRCS} >- ${JADE} -V html-manifest -ioutput.html ${JADEOPTS} -d ${DSLHTML} -t sgml ${DOC}.sgml >+ ${JADE} -V html-manifest -ioutput.html ${JADEOPTS} -d ${DSLHTML} -t sgml ${MASTERDOC} > -tidy -i -m -f /dev/null ${TIDYFLAGS} *.html > > ${DOC}.html: ${SRCS} >- ${JADE} -ioutput.html -V nochunks ${JADEOPTS} -d ${DSLHTML} -t sgml ${DOC}.sgml > ${DOC}.html >- -tidy -i -m -f /dev/null ${TIDYFLAGS} ${DOC}.html >+ ${JADE} -ioutput.html -V nochunks ${JADEOPTS} -d ${DSLHTML} -t sgml ${MASTERDOC} > ${.TARGET} >+ -tidy -i -m -f /dev/null ${TIDYFLAGS} ${.TARGET} > > ${DOC}.html-split.tar: HTML.manifest > tar cf ${.TARGET} `xargs < HTML.manifest` > > ${DOC}.txt: ${DOC}.html >- lynx -nolist -dump ${DOC}.html > ${DOC}.txt >+ lynx -nolist -dump ${.ALLSRC} > ${.TARGET} > > ${DOC}.rtf: ${SRCS} >- ${JADE} -Vrtf-backend -ioutput.print ${JADEOPTS} -d ${DSLPRINT} -t rtf ${DOC}.sgml >+ ${JADE} -Vrtf-backend -ioutput.print ${JADEOPTS} -d ${DSLPRINT} -t rtf -o ${.TARGET} ${MASTERDOC} > > ${DOC}.doc: ${SRCS} >- ${JADE} -ioutput.print ${JADEOPTS} -d ${DSLPRINT} -t doc ${DOC}.sgml >+ ${JADE} -ioutput.print ${JADEOPTS} -d ${DSLPRINT} -t doc -o ${.TARGET} ${MASTERDOC} > > ${DOC}.tex: ${SRCS} >- ${JADE} -Vtex-backend -ioutput.print ${JADEOPTS} -d ${DSLPRINT} -t tex ${DOC}.sgml >+ ${JADE} -Vtex-backend -ioutput.print ${JADEOPTS} -d ${DSLPRINT} -t tex -o ${.TARGET} ${MASTERDOC} > > ${DOC}.dvi: ${DOC}.tex > @echo "==> TeX pass 1/3" >- -tex "&jadetex" ${DOC}.tex >+ -tex "&jadetex" ${.ALLSRC} > @echo "==> TeX pass 2/3" >- -tex "&jadetex" ${DOC}.tex >+ -tex "&jadetex" ${.ALLSRC} > @echo "==> TeX pass 3/3" >- -tex "&jadetex" ${DOC}.tex >+ -tex "&jadetex" ${.ALLSRC} > > ${DOC}.pdf: ${DOC}.tex > @echo "==> PDFTeX pass 1/3" >- -pdftex "&pdfjadetex" ${DOC}.tex >+ -pdftex "&pdfjadetex" ${.ALLSRC} > @echo "==> PDFTeX pass 2/3" >- -pdftex "&pdfjadetex" ${DOC}.tex >+ -pdftex "&pdfjadetex" ${.ALLSRC} > @echo "==> PDFTeX pass 3/3" >- pdftex "&pdfjadetex" ${DOC}.tex >+ pdftex "&pdfjadetex" ${.ALLSRC} > > ${DOC}.ps: ${DOC}.dvi >- dvips -o ${DOC}.ps ${DOC}.dvi >+ dvips -o ${.TARGET} ${.ALLSRC} > >-${DOC}.tar: >- tar cf ${.TARGET} ${SRCS} >+${DOC}.tar: ${SRCS} >+ tar cf ${.TARGET} ${.ALLSRC} > > # ------------------------------------------------------------------------ > #
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 13379
: 5657