summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/seuthesis/Makefile
diff options
context:
space:
mode:
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