Help with Makefile?

2004-01-02 Thread Matej Cepl
Hi, this is for programmers on this list: I have a directory fill with small .lyx files (field notes with records of interviews) and I would love to keep .pdf files for each of them with make. To make rule is simple: .pdf.lyx: lyx -e pdf2 $ However, I don't how to make rule go

Re: Help with Makefile?

2004-01-02 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 2. Januar 2004 16:24, Matej Cepl wrote: To make rule is simple: .pdf.lyx: lyx -e pdf2 $ However, I don't how to make rule go through all .lyx files and make .pdf, if they don't have newer one (so that it would work even for .lyx

Re: Help with Makefile?

2004-01-02 Thread Georg Baum
Am Freitag, 2. Januar 2004 16:24 schrieb Matej Cepl: Hi, this is for programmers on this list: I have a directory fill with small .lyx files (field notes with records of interviews) and I would love to keep .pdf files for each of them with make. To make rule is simple: .pdf.lyx:

Re: Help with Makefile?

2004-01-02 Thread Jose' Matos
On Friday 02 January 2004 15:24, Matej Cepl wrote: Hi, this is for programmers on this list: I have a directory fill with small .lyx files (field notes with records of interviews) and I would love to keep .pdf files for each of them with make. To make rule is simple: .pdf.lyx:

Help with Makefile?

2004-01-02 Thread Matej Cepl
Hi, this is for programmers on this list: I have a directory fill with small .lyx files (field notes with records of interviews) and I would love to keep .pdf files for each of them with make. To make rule is simple: .pdf.lyx: lyx -e pdf2 $ However, I don't how to make rule go

Re: Help with Makefile?

2004-01-02 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 2. Januar 2004 16:24, Matej Cepl wrote: To make rule is simple: .pdf.lyx: lyx -e pdf2 $ However, I don't how to make rule go through all .lyx files and make .pdf, if they don't have newer one (so that it would work even for .lyx

Re: Help with Makefile?

2004-01-02 Thread Georg Baum
Am Freitag, 2. Januar 2004 16:24 schrieb Matej Cepl: Hi, this is for programmers on this list: I have a directory fill with small .lyx files (field notes with records of interviews) and I would love to keep .pdf files for each of them with make. To make rule is simple: .pdf.lyx:

Re: Help with Makefile?

2004-01-02 Thread Jose' Matos
On Friday 02 January 2004 15:24, Matej Cepl wrote: Hi, this is for programmers on this list: I have a directory fill with small .lyx files (field notes with records of interviews) and I would love to keep .pdf files for each of them with make. To make rule is simple: .pdf.lyx:

Help with Makefile?

2004-01-02 Thread Matej Cepl
Hi, this is for programmers on this list: I have a directory fill with small .lyx files (field notes with records of interviews) and I would love to keep .pdf files for each of them with make. To make rule is simple: .pdf.lyx: lyx -e pdf2 $< However, I don't how to make rule "go

Re: Help with Makefile?

2004-01-02 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 2. Januar 2004 16:24, Matej Cepl wrote: > To make rule is simple: > > .pdf.lyx: > lyx -e pdf2 $< > > However, I don't how to make rule "go through all .lyx files and > make .pdf, if they don't have newer one" (so that it would work > even

Re: Help with Makefile?

2004-01-02 Thread Georg Baum
Am Freitag, 2. Januar 2004 16:24 schrieb Matej Cepl: > Hi, > > this is for programmers on this list: > > I have a directory fill with small .lyx files (field notes with > records of interviews) and I would love to keep .pdf files for > each of them with make. > > To make rule is simple: > >

Re: Help with Makefile?

2004-01-02 Thread Jose' Matos
On Friday 02 January 2004 15:24, Matej Cepl wrote: > Hi, > > this is for programmers on this list: > > I have a directory fill with small .lyx files (field notes with > records of interviews) and I would love to keep .pdf files for > each of them with make. > > To make rule is simple: > >