diff options
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/mkhowto.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 851e102..6565976 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -228,7 +228,6 @@ for FILE in $@ ; do # TEXINPUTS=$FILEDIR:$COMMONTEXINPUTS export TEXINPUTS - echo TEXINPUTS is $TEXINPUTS # if [ "$BUILD_DVI" -o "$BUILD_PS" ] ; then build_dvi $FILE 2>&1 | tee -a $LOGFILE |