summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/els-cas-template/doc/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/els-cas-template/doc/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/els-cas-template/doc/makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/Master/texmf-dist/doc/latex/els-cas-template/doc/makefile b/Master/texmf-dist/doc/latex/els-cas-template/doc/makefile
deleted file mode 100644
index 6a34191b710..00000000000
--- a/Master/texmf-dist/doc/latex/els-cas-template/doc/makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $Id: makefile 5 2019-02-11 10:03:21Z rishi $
-
-file=elsdoc-cas
-
-
-all: pdf out
- make pdf
- make pdf
-
-out:
- if [ -f $(file).out ] ; then cp $(file).out tmp.out; fi ;
- sed 's/BOOKMARK/dtxmark/g;' tmp.out > x.out; mv x.out tmp.out ;
-
-pdf:
- pdflatex $(file).tex
-
-index:
- makeindex -s gind.ist -o $(file).ind $(file).idx
-
-changes:
- makeindex -s gglo.ist -o $(file).gls $(file).glo
-
-xview:
- xpdf -z 200 $(file).pdf &>/dev/null
-
-view:
- open -a 'Adobe Reader.app' $(file).pdf
-
-ins:
- latex $(file).ins
-
-diff:
- diff $(file).sty ../$(file).sty |less
-
-copy:
- cp $(file).sty ../
-
-
-
-