summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/euro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-24 23:11:16 +0000
committerKarl Berry <karl@freefriends.org>2011-04-24 23:11:16 +0000
commit5dbccd79d3dc5048a71985b87f22e6b015c17de5 (patch)
treeba2d2c130d1d8bb3992241ab6f02db6c36de740d /Master/texmf-dist/doc/latex/euro
parent44be666bc642b9aae3ffddbc08218de133a69e73 (diff)
euro doc update
git-svn-id: svn://tug.org/texlive/trunk@22191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/euro')
-rw-r--r--Master/texmf-dist/doc/latex/euro/Makefile65
-rw-r--r--Master/texmf-dist/doc/latex/euro/euro.pdfbin221996 -> 239814 bytes
2 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/euro/Makefile b/Master/texmf-dist/doc/latex/euro/Makefile
new file mode 100644
index 00000000000..1c09c38e583
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/euro/Makefile
@@ -0,0 +1,65 @@
+# $Id: Makefile,v 1.6 2005/03/07 14:22:19 m Exp $
+
+NAME=euro
+ARCHIVE_NAME=$(NAME).tar.gz
+ARCHIVE_CONTENTS=$(NAME).dtx Makefile $(NAME).txt $(NAME).ins $(NAME).pdf
+MAKEIDXOPT=
+DVIPSOPT= #-Pcmz -Pamz
+DEP=$(NAME).sty
+
+all: $(NAME).ps
+
+print: $(NAME).ps
+ psbook $(NAME).ps|psnup -2|psselect -e|lpr
+ @ echo -n revert paper stack and hit return
+ @ read key
+ psbook $(NAME).ps|psnup -2|psselect -o -r|lpr
+
+ps: $(NAME).ps
+
+%.ps: %.dvi
+ dvips $(DVIPSOPT) $< -o $@
+
+hyper: $(NAME).dtx $(NAME).sty
+ pdflatex "\relax\let\makehyperref\active\input $(NAME).dtx"
+
+pdf: $(NAME).pdf
+
+%.pdf: %.dtx
+ pdflatex $<
+
+arc: archive
+
+archive: $(NAME).ins $(NAME).pdf
+ @ tar -czf $(ARCHIVE_NAME) $(ARCHIVE_CONTENTS)
+ @ echo $(ARCHIVE_NAME):
+ @ echo ====================
+ @ tar -tzf $(ARCHIVE_NAME)
+
+clean:
+ rm -f $(NAME).{log,toc,lot,lof,idx,ilg,ind,aux,blg,bbl,dvi,ins}
+
+distclean: clean
+ rm -f $(NAME).{ps,pdf,sty} $(ARCHIVE_NAME)
+
+
+REFWARN = 'Rerun to get cross-references'
+LATEXMAX = 5
+
+%.dvi: %.dtx $(DEP)
+ latex $<
+ RUNS=$(LATEXMAX); \
+ while [ $$RUNS -gt 0 ] ; do \
+ if grep $(REFWARN) $*.log > /dev/null; \
+ then latex $< ; else break; fi; \
+ RUNS=`expr $$RUNS - 1`; \
+ done
+
+$(NAME).sty: $(NAME).ins FORCE
+ tex $(NAME).ins
+
+$(NAME).ins:
+ latex $(NAME).dtx
+
+FORCE:
+
diff --git a/Master/texmf-dist/doc/latex/euro/euro.pdf b/Master/texmf-dist/doc/latex/euro/euro.pdf
index c60de29e4e0..237928c12aa 100644
--- a/Master/texmf-dist/doc/latex/euro/euro.pdf
+++ b/Master/texmf-dist/doc/latex/euro/euro.pdf
Binary files differ