summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/els-cas-templates/doc/makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-04-06 21:20:23 +0000
committerKarl Berry <karl@freefriends.org>2019-04-06 21:20:23 +0000
commit7d021b67655035c3d9e21261e0aa355dec732fb9 (patch)
tree7e850432e7657b98c3828c0689392660ca7a4749 /Master/texmf-dist/doc/latex/els-cas-templates/doc/makefile
parenta066a64949084dc40cfc670d684b2ec6ca65c538 (diff)
els-cas-templates (5apr19)
git-svn-id: svn://tug.org/texlive/trunk@50820 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/els-cas-templates/doc/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/els-cas-templates/doc/makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/els-cas-templates/doc/makefile b/Master/texmf-dist/doc/latex/els-cas-templates/doc/makefile
new file mode 100644
index 00000000000..6a34191b710
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/els-cas-templates/doc/makefile
@@ -0,0 +1,40 @@
+# $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 ../
+
+
+
+