FreeBSD Bugzilla – Attachment 186291 Details for
Bug 222252
`make clean' does not cleanup *.ps files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch.clean (text/plain), 645 bytes, created by
Wolfram Schneider
on 2017-09-12 10:15:28 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Wolfram Schneider
Created:
2017-09-12 10:15:28 UTC
Size:
645 bytes
patch
obsolete
>diff --git a/share/mk/doc.images.mk b/share/mk/doc.images.mk >index f72e948469..601240cda4 100644 >--- a/share/mk/doc.images.mk >+++ b/share/mk/doc.images.mk >@@ -74,7 +74,7 @@ _IMAGES_PIC+= ${LOCAL_IMAGES_EN:M*.pic} > IMAGES_GEN_PNG= ${_IMAGES_EPS:S/.eps$/.png/} ${_IMAGES_SCR:S/.scr$/.png/} ${_IMAGES_PIC:S/.pic$/.png/} > IMAGES_GEN_EPS= ${_IMAGES_PNG:S/.png$/.eps/} ${_IMAGES_SCR:S/.scr$/.eps/} ${_IMAGES_PIC:S/.pic$/.eps/} > >-CLEANFILES+= ${IMAGES_GEN_PNG} ${IMAGES_GEN_EPS} >+CLEANFILES+= ${IMAGES_GEN_PNG} ${IMAGES_GEN_EPS} ${_IMAGES_PIC:S/.pic$/.ps/} > > IMAGES_PNG= ${_IMAGES_PNG} ${IMAGES_GEN_PNG} > IMAGES_EPS= ${_IMAGES_EPS} ${IMAGES_GEN_EPS}
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 222252
: 186291