|
From: Tatsuro M. <tma...@ya...> - 2011-02-24 21:14:05
|
This is a forwarded message because I have forgotten cc. to the gnuplot-beta list. --- Tatsuro MATSUOKA wrote: > Date:Fri, 25 Feb 2011 06:12:01 +0900 (JST) > From:Tatsuro MATSUOKA <tma...@ya...> > Subject:Re: funny behavior at making wgnuplot.chm on mingw from cvs source > To:Hans-Bernhard Br将モker <HBB...@t-...> > > > > - -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > > + ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > -../src/$(TARGET) > '-' before ../src/$(TARGET) gives error in my make system. > I think it should be corrected. > > --- Hans-Bernhard Br将モker wrote: > > > On 24.02.2011 20:27, Tatsuro MATSUOKA wrote: > > > There is a minor typo in makefile.mgw > > > > No. That's not a typo. It's correct make syntax to signal that the > > return code of this command is to be ignored. > > > > > - -../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > > + ../src/$(TARGET) -e "winhelp=1" $(D)plotstyles.gnu > > > > > Please correct the above. > > > > Nothing wrong there, so nothing to correct. > > > > > When making png files at make process, > > > > > > ./doc2html ../docs/gnuplot.doc ../docs/windows/wgnuplot.html ../docs/windows/wgnuplot.hhc > > > cd ../docs/ > > > ../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu > > > > > > set output out . 'figure_lines' . ext > > > ^ > > > cannot open file; output not changed > > > > Whatever's actually wrong with that is in plotstyles.gnu, not in the > > makefile. > > > > |