avoid using symbolic links since they confuse

miktex.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10060 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-06-14 10:29:46 +00:00
parent 93a3820a2b
commit 9a2894288d
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
2005-06-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.m4: remove texput.log after testing for spaces.
2005-06-14 Enrico Forestieri <forenr@tlc.unipr.it>
* configure.m4: avoid using symbolic links since they confuse
miktex.
2005-06-09 Michael Schmitt <michael.schmitt@teststep.org> 2005-06-09 Michael Schmitt <michael.schmitt@teststep.org>
* layouts/*: put all LabelStrings in quotes * layouts/*: put all LabelStrings in quotes

View File

@ -471,8 +471,8 @@ else
MSG_RESULT(auto) MSG_RESULT(auto)
rm -f wrap_chkconfig.ltx chkconfig.vars chkconfig.classes chklayouts.tex rm -f wrap_chkconfig.ltx chkconfig.vars chkconfig.classes chklayouts.tex
if test ! -r "chkconfig.ltx" ; then if test ! -r "chkconfig.ltx" ; then
ln -s "${srcdir}"/chkconfig.ltx . cp "${srcdir}"/chkconfig.ltx .
rmlink=true rmcopy=true
fi fi
cat >wrap_chkconfig.ltx <<EOF cat >wrap_chkconfig.ltx <<EOF
${linuxdoc_cmd} ${linuxdoc_cmd}
@ -511,7 +511,7 @@ q
changequote([,])dnl changequote([,])dnl
[eval] `cat chkconfig.vars | sed 's/-/_/g'` [eval] `cat chkconfig.vars | sed 's/-/_/g'`
changequote(,)dnl changequote(,)dnl
test -n "${rmlink}" && rm -f chkconfig.ltx test -n "${rmcopy}" && rm -f chkconfig.ltx
fi fi
# Do we have all the files we need? Useful if latex did not run # Do we have all the files we need? Useful if latex did not run
@ -556,7 +556,7 @@ else
MSG_RESULT(no) MSG_RESULT(no)
tex_allows_spaces=false tex_allows_spaces=false
fi fi
rm -r "$fname".* rm -r "$fname".* texput.log
fi fi
echo "creating $outfile" echo "creating $outfile"