Re: [Linuxsampler-devel] Quickest way to disable building the Docs in a Gigedit compile

2009-05-03 Thread Christian Schoenebeck
In the toplevel directory of the gigedit sources, edit the file Makefile.am and remove "doc" from the first line. Afterwards you have to call: make -f Makefile.cvs so the automake files are regenerated. CU Christian Es geschah am Sunday 03 May 2009 als Graham Goode schrieb: > Hi > I'm compilin

[Linuxsampler-devel] Quickest way to disable building the Docs in a Gigedit compile

2009-05-03 Thread Graham Goode
Hi I'm compiling libgig, linuxsampler, and gigedit for windows on a computer that is not connected to the internet & so the gigedit build fails with the doc build. Is there a quick way to just disable the doc build section? (Sorry, I'm not a programmer so simple things like this are difficult). Gra