From 5dbccd79d3dc5048a71985b87f22e6b015c17de5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 24 Apr 2011 23:11:16 +0000 Subject: euro doc update git-svn-id: svn://tug.org/texlive/trunk@22191 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/euro/Makefile | 65 +++++++++++++++++++++++++++ Master/texmf-dist/doc/latex/euro/euro.pdf | Bin 221996 -> 239814 bytes Master/texmf-dist/source/latex/euro/Makefile | 65 --------------------------- Master/tlpkg/libexec/ctan2tds | 1 + 4 files changed, 66 insertions(+), 65 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/euro/Makefile delete mode 100644 Master/texmf-dist/source/latex/euro/Makefile (limited to 'Master') 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 Binary files a/Master/texmf-dist/doc/latex/euro/euro.pdf and b/Master/texmf-dist/doc/latex/euro/euro.pdf differ diff --git a/Master/texmf-dist/source/latex/euro/Makefile b/Master/texmf-dist/source/latex/euro/Makefile deleted file mode 100644 index 1c09c38e583..00000000000 --- a/Master/texmf-dist/source/latex/euro/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# $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/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 79c6840ff8f..c682ebb3c8c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1657,6 +1657,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'dateiliste' => 'latex', # requires interaction 'dotseqn' => 'latex', # requires interaction 'delimtxt' => 'latex -translate-file=empty.tcx', # no 8-bit + 'elteikthesis' => 'latex', # requires interaction 'engpron' => 'latex -translate-file=empty.tcx', # no 8-bit 'ecclesiastic' => 'latex', # requires interaction 'etextools' => 'etex -translate-file=empty.tcx', # no 8-bit -- cgit v1.2.3