Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d4e28 commit df825a1Copy full SHA for df825a1
1 file changed
Doc/tools/mkhowto.sh
@@ -220,14 +220,15 @@ fi
220
COMMONTEXINPUTS=$TOPDIR/texinputs:$TEXINPUTS
221
222
for FILE in $@ ; do
223
+ FILEDIR=`dirname $FILE`
224
FILE=`basename ${FILE%.tex}`
225
#
226
# Put the directory the .tex file is in is also the first directory in
227
# TEXINPUTS, to allow files there to override files in the common area.
228
- FILEDIR=`dirname $FILE`
229
TEXINPUTS=$FILEDIR:$COMMONTEXINPUTS
230
export TEXINPUTS
231
+ echo TEXINPUTS is $TEXINPUTS
232
233
if [ "$BUILD_DVI" -o "$BUILD_PS" ] ; then
234
build_dvi $FILE 2>&1 | tee -a $LOGFILE
0 commit comments