summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/seuthesis/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-29 13:58:17 +0000
committerKarl Berry <karl@freefriends.org>2010-04-29 13:58:17 +0000
commit9af4047aaf9cd4ae3b94d2128e43e037b3547bec (patch)
tree949db0f8dd2886d0faaa18123c0ef793b4ccb7cb /Master/texmf-dist/source/latex/seuthesis/Makefile
parentc5730459352a1e11da56d1d630474c99da7d33e9 (diff)
seuthesis 2.0.0 (20apr10)
git-svn-id: svn://tug.org/texlive/trunk@18045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/seuthesis/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/seuthesis/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/seuthesis/Makefile b/Master/texmf-dist/source/latex/seuthesis/Makefile
index be42cfcf4f4..e9e4e5a66f6 100644
--- a/Master/texmf-dist/source/latex/seuthesis/Makefile
+++ b/Master/texmf-dist/source/latex/seuthesis/Makefile
@@ -31,7 +31,7 @@ sample: sample.pdf
package: ${PACKAGE}.pdf
clean:
- rm -f *.aux *.log *.toc *.ind *.inx *.gls *.glo *.ist *.idx *.ilg *.out *.bak *.bbl *.brf *.blg *.dvi *.ps
+ rm -f *.aux *.log *.toc *.ind *.inx *.gls *.glo *.idx *.ilg *.out *.bak *.bbl *.brf *.blg *.dvi *.ps
distclean: clean
rm -f *.cls *.cfg
@@ -42,10 +42,10 @@ ${PACKAGE}.cls: ${SRC}
iconv -f utf8 -t gbk ${PACKAGE}-utf8.cfg > ${PACKAGE}-gbk.cfg
${PACKAGE}.idx: ${PACKAGE}.dtx
- pdflatex ${PACKAGE}.dtx
+ xelatex ${PACKAGE}.dtx
${PACKAGE}.bbl: ${PACKAGE}.dtx ${PACKAGE}.bib
- pdflatex ${PACKAGE}.dtx
+ xelatex ${PACKAGE}.dtx
bibtex ${PACKAGE}
${PACKAGE}.ind: ${PACKAGE}.idx
@@ -53,22 +53,22 @@ ${PACKAGE}.ind: ${PACKAGE}.idx
# makeindex -s gglo -o ${PACKAGE}.gls ${PACKAGE}.glo
${PACKAGE}.pdf: ${PACKAGE}.dtx ${PACKAGE}.cls ${PACKAGE}.ind ${PACKAGE}.bbl
- pdflatex ${PACKAGE}.dtx
- pdflatex ${PACKAGE}.dtx
+ xelatex ${PACKAGE}.dtx
+ xelatex ${PACKAGE}.dtx
sample.bbl: seuthesis.bib sample.tex
- pdflatex sample
+ xelatex sample
bibtex sample
sample.pdf: sample.tex ${PACKAGE}.cls sample.bbl
- pdflatex sample
- pdflatex sample
+ xelatex sample
+ xelatex sample
# rules of making main (my thesis)
main.bbl: main.tex content/reference.bib
- pdflatex main
+ xelatex main
bibtex -min-crossrefs=9000 main
main.pdf: ${MAIN_SRC} ${PACKAGE}.cls main.bbl
- pdflatex main
- pdflatex main \ No newline at end of file
+ xelatex main
+ xelatex main \ No newline at end of file