diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 03:05:17 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 03:05:17 +0000 |
commit | 2c945cd914550233ed352ff195afeb4dd793f122 (patch) | |
tree | 4796bfab5733942b90b5a66bb05655be5fdcca03 /src/kile2.0-4_upd.pl | |
download | kile-2c945cd914550233ed352ff195afeb4dd793f122.tar.gz kile-2c945cd914550233ed352ff195afeb4dd793f122.zip |
Added abandoned KDE3 version of Kile
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kile@1088055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kile2.0-4_upd.pl')
-rw-r--r-- | src/kile2.0-4_upd.pl | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/kile2.0-4_upd.pl b/src/kile2.0-4_upd.pl new file mode 100644 index 0000000..eb65af0 --- /dev/null +++ b/src/kile2.0-4_upd.pl @@ -0,0 +1,44 @@ +#!/usr/bin/perl + +# tbraun 18.7.2007 + +print <<EOT; + +[Tool/BibTeX/8bitVersion] +class=Compile +command=bibtex8 +options='%S' +from=aux +to=bbl +type=Process + +[Tool/Asymptote/Default] +class=Compile +command=asy +options='%S' +from= +to= +type=Process + +[Tool/PDFLaTeX/Draft] +class=LaTeX +command=pdflatex +options=-draftmode-interaction=nonstopmode'%source' +from= +to=pdf +type=Process +checkForRoot=yes +jumpToFirstError=yes +autoRun=yes + +[Tool/PDFTeX/Draft] +class=Compile +command=pdftex +options=-draftmode-interaction=nonstopmode'%source' +from= +to=pdf +type=Process + +[Tools] +Asymptote=Default +EOT |