FreeBSD Bugzilla – Attachment 15602 Details for
Bug 28864
[patch] make clean in DocProj dirs leave generated 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.20 KB, created by
Alex Kapranoff
on 2001-07-10 08:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Kapranoff
Created:
2001-07-10 08:20:01 UTC
Size:
1.20 KB
patch
obsolete
>--- doc.docbook.mk.orig Tue Jul 10 10:33:39 2001 >+++ doc.docbook.mk Tue Jul 10 10:36:24 2001 >@@ -135,23 +135,28 @@ > .if ${_cf} == "html-split" > _docs+= index.html HTML.manifest ln*.html > CLEANFILES+= `[ -f HTML.manifest ] && xargs < HTML.manifest` HTML.manifest ln*.html >+CLEANFILES+= docbook.css > > .elif ${_cf} == "html-split.tar" > _docs+= ${DOC}.html-split.tar > CLEANFILES+= `[ -f HTML.manifest ] && xargs < HTML.manifest` HTML.manifest ln*.html > CLEANFILES+= ${DOC}.html-split.tar >+CLEANFILES+= docbook.css > > .elif ${_cf} == "html" > _docs+= ${DOC}.html > CLEANFILES+= ${DOC}.html >+CLEANFILES+= docbook.css > > .elif ${_cf} == "html.tar" > _docs+= ${DOC}.html.tar > CLEANFILES+= ${DOC}.html ${DOC}.html.tar >+CLEANFILES+= docbook.css > > .elif ${_cf} == "txt" > _docs+= ${DOC}.txt > CLEANFILES+= ${DOC}.html ${DOC}.txt ${DOC}.html-text >+CLEANFILES+= docbook.css > > .elif ${_cf} == "dvi" > _docs+= ${DOC}.dvi >@@ -205,13 +210,13 @@ > # Index generation > # > INDEX_SGML?= index.sgml >+CLEANFILES+= ${INDEX_SGML} > > .if defined(GEN_INDEX) > HTML_SPLIT_INDEX?= html-split.index > HTML_INDEX?= html.index > PRINT_INDEX?= print.index > >-CLEANFILES+= ${INDEX_SGML} > CLEANFILES+= ${HTML_SPLIT_INDEX} ${HTML_INDEX} ${PRINT_INDEX} > .endif
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 28864
: 15602