|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-02-24 20:10:47
|
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. |