Re: /usr/bin/install doesn't install files from Makefile

2014-09-25 Thread Michael Osipov
Am 2014-09-23 um 16:11 schrieb Marco Atzeri: On 22/09/2014 23:14, Michael Osipov wrote: Am 2014-09-17 um 12:16 schrieb Marco Atzeri: On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd /home/mosipov

Re: /usr/bin/install doesn't install files from Makefile

2014-09-22 Thread Michael Osipov
Am 2014-09-17 um 12:16 schrieb Marco Atzeri: On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) (cd /home/mosipov/asciidoc/bin; ln -sf a2x.py a2x

Re: /usr/bin/install doesn't install files from Makefile

2014-09-17 Thread Michael Osipov
Hi Marco, Am 2014-09-17 um 12:16 schrieb Marco Atzeri: On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) (cd /home/mosipov/asciidoc/bin; ln -sf

Re: /usr/bin/install doesn't install files from Makefile

2014-09-17 Thread Michael Osipov
Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, On Tue, Sep 16, 2014 at 12:35 PM, Michael Osipov wrote: Am 2014-09-15 um 12:15 schrieb Csaba Raduly: What's the output of "make install" ? Maybe the install target is just a no-op. Hi Csaba, I do not think that th

Re: /usr/bin/install doesn't install files from Makefile

2014-09-16 Thread Michael Osipov
Am 2014-09-15 um 12:15 schrieb Csaba Raduly: On Sun, Sep 14, 2014 at 1:16 PM, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no actio

Re: /usr/bin/install doesn't install files from Makefile

2014-09-15 Thread Michael Osipov
Am 2014-09-14 um 21:16 schrieb Marco Atzeri: On 14/09/2014 19:28, Michael Osipov wrote: On 14/09/2014 13:16, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are cr

Re: Re: /usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Michael Osipov
> On 14/09/2014 13:16, Michael Osipov wrote: > > Hi, > > > > I am trying to install an application which autoconf. While configure > > and make run fine, make install does it's job but no files and > > directories are created at the end. As if no action has ha

/usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Michael Osipov
Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I am building asciidoc-8.6.9 from source. I am on Windows XP SP3. How can I figure out wh