gco / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Using traditional 'make && make install' updates translations twice. #513

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I am packaging rubyripper for Debian, and the packaging helper application does 
the usual:
$ compile
$ make
$ make install

What is the expected output? What do you see instead?

This causes the .po files to be updated twice, as the 'all' target is a 
prerequisite for the 'install' target.

I realise that the installation instruction in the README don't include a 
separate 'make' step before the 'make install', but this is such a common 
pattern I thought you might be interested in changing it.

Regards,
Scott.

Original issue reported on code.google.com by sc...@sl.id.au on 12 Mar 2012 at 10:17

GoogleCodeExporter commented 9 years ago

Original comment by boukewou...@gmail.com on 9 Jan 2013 at 10:51