search for: settexenv

Displaying 1 result from an estimated 1 matches for "settexenv".

2005 Sep 06
1
bash help please
...tc, we don't want to overwrite them. One way would be to tell users to rebuild Rd2dvi.sh. However, it would be easier if Rd2dvi.sh could import the changes automatically. I was thinking of putting something like this into Rd2dvi.sh: if test ${R_HOME}/src/gnuwin32/MkRules -nt ${R_HOME}/bin/setTeXenv.sh; then make -f ${R_HOME}/src/gnuwin32/Makefile ${R_HOME}/bin/setTeXenv.sh fi sh setTeXenv.sh and then have the Makefile build the setTeXenv.sh script--but what should it contain? Alternatively, can GNU make export environtment variables directly, and skip creating this new script? Advice...