|
From: Tatsuro M. <tma...@ya...> - 2011-02-24 21:20:13
|
Hello --- 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. Indeed. But '../src/gnuplot.exe -e "winhelp=1" ../docs/plotstyles.gnu' works correct when I execute it outside of the make. Not understandable !! If someone suggest me the possibilities, it would be grateful. Regards Tatsuro Regards |