All of lore.kernel.org
 help / color / mirror / Atom feed
* [Question] Redundant .fig and .svg files
@ 2016-05-28  0:14 Akira Yokosawa
  2016-05-28 17:49 ` Paul E. McKenney
  0 siblings, 1 reply; 3+ messages in thread
From: Akira Yokosawa @ 2016-05-28  0:14 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

Hi Paul,

I'm doing another round of build script cleanup.
In the cleanup, I found redundant .fig and .svg files listed below.

    SMPdesign/lockdeq.fig SMPdesign/lockdeq.svg
    cartoons/patterns.fig cartoons/patterns.svg

It seems the .fig files are not used any more.
Do you mind if I remove them from the repository?

                                           Thanks, Akira


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Question] Redundant .fig and .svg files
  2016-05-28  0:14 [Question] Redundant .fig and .svg files Akira Yokosawa
@ 2016-05-28 17:49 ` Paul E. McKenney
  2016-06-01 14:48   ` Akira Yokosawa
  0 siblings, 1 reply; 3+ messages in thread
From: Paul E. McKenney @ 2016-05-28 17:49 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Sat, May 28, 2016 at 09:14:57AM +0900, Akira Yokosawa wrote:
> Hi Paul,
> 
> I'm doing another round of build script cleanup.
> In the cleanup, I found redundant .fig and .svg files listed below.
> 
>     SMPdesign/lockdeq.fig SMPdesign/lockdeq.svg

This one is used on line 191 of SMPdesign/partexercises.tex.

>     cartoons/patterns.fig cartoons/patterns.svg

Ah, this one's purpose is to allow .fig-style patterns to be cut and
pasted into .svg files.

> It seems the .fig files are not used any more.
> Do you mind if I remove them from the repository?

Feel free to remove SMPdesign/lockdeq.fig, but please leave the others.

That said, if you know of a way to get decent shading patterns out of
inkscape, then the two cartoons/patterns files could be dispensed with.

							Thanx, Paul


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Question] Redundant .fig and .svg files
  2016-05-28 17:49 ` Paul E. McKenney
@ 2016-06-01 14:48   ` Akira Yokosawa
  0 siblings, 0 replies; 3+ messages in thread
From: Akira Yokosawa @ 2016-06-01 14:48 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

On 2016/05/28 10:49:05 -0700, Paul E. McKenney wrote:
> On Sat, May 28, 2016 at 09:14:57AM +0900, Akira Yokosawa wrote:
>> Hi Paul,
>>
>> I'm doing another round of build script cleanup.
>> In the cleanup, I found redundant .fig and .svg files listed below.
>>
>>     SMPdesign/lockdeq.fig SMPdesign/lockdeq.svg
>
> This one is used on line 191 of SMPdesign/partexercises.tex.
>
>>     cartoons/patterns.fig cartoons/patterns.svg
>
> Ah, this one's purpose is to allow .fig-style patterns to be cut and
> pasted into .svg files.

I see. But I want them to be ignored by wildcards in Makefile.
Would it be acceptable if I make a directory such as 'cartoons/.unused'
and move those files there?

Also, I found that 'appendix/rcuimpl/RCUpreemptCounters.fig'
and 'appendix/rcuimple/RCUpreemptCounters.eps' are in the repository
but are not used in any .tex sources. Would it be OK to do the same
for them?

>
>> It seems the .fig files are not used any more.
>> Do you mind if I remove them from the repository?
>
> Feel free to remove SMPdesign/lockdeq.fig, but please leave the others.
>
> That said, if you know of a way to get decent shading patterns out of
> inkscape, then the two cartoons/patterns files could be dispensed with.
>

Well, I'm afraid I can't help you here.

BTW, I'd like to explain my intention of this round of cleanup.

My goal this time is to make it possible to use -jN option of 'make'
in building just after cloning the repository (or after doing
'make neatfreak').

To achieve this, those rules written in scripts under the 'utilities'
directory need to be promoted into Makefile. In doing so, I want to use
wildcards in Makefile. 

In trying this approach, I noticed there are a few figures that are not
used anywhere. So I asked the first question of this thread.

Are you interested in this kind of build script restructuring?
Or am I trying too much?

                                                      Thanks, Akira 

> 							Thanx, Paul
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-01 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-28  0:14 [Question] Redundant .fig and .svg files Akira Yokosawa
2016-05-28 17:49 ` Paul E. McKenney
2016-06-01 14:48   ` Akira Yokosawa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.