mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
93a3820a2b
commit
9a2894288d
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user