--- doc/generic/pgf/version-for-dvipdfmx/en/Makefile 1970-01-01 09:00:00.000000000 +0900 +++ doc/generic/pgf/version-for-dvipdfmx/en/Makefile 2009-04-18 19:47:52.000000000 +0900 @@ -0,0 +1,20 @@ +rerun = "(There were undefined references|Rerun to get (cross-references|the bars) right)" +doc = pgfmanual +latex = latex -shell-escape +TEXINPUTS := ../../text-en:$(TEXINPUTS) + +all: $(doc).pdf + +pgfmanual.idx: + touch pgfmanual.idx + +pgfmanual.ind: pgfmanual.idx + makeindex $(doc).idx + +pgfmanual.pdf: $(doc).tex $(doc).ind + (TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true + (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true + dvipdfmx -p a4 $(doc) + +clean: + rm -f pgfmanual*.aux pgfmanual.{out,log,idx,ind,ilg,pdf,toc,bbl,blg,ps,dvi} --- doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex 1970-01-01 09:00:00.000000000 +0900 +++ doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex 2009-04-18 19:47:58.000000000 +0900 @@ -0,0 +1,16 @@ +% Copyright 2006 by Till Tantau +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Free Documentation License. +% +% See the file doc/generic/pgf/licenses/LICENSE for more details. + +\documentclass[a4paper]{ltxdoc} + +% pgf version is defined in \pgfversion in file +% generic/pgf/utilities/pgfrcs.code.tex + +\input{../pgfmanual-dvipdfmx.cfg} +\input{../../text-en/pgfmanual-en-main.tex} --- doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg 1970-01-01 09:00:00.000000000 +0900 +++ doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg 2009-04-18 19:47:22.000000000 +0900 @@ -0,0 +1,18 @@ +% Copyright 2006 by Till Tantau +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Free Documentation License. +% +% See the file doc/generic/pgf/licenses/LICENSE for more details. + + +\usepackage[dvipdfmx]{graphicx} +% This will tell everyone which driver we are using. + +\usepackage[dvipdfmx,pdfborder={0 0 0}]{hyperref} + +% Make sure to compile this using latex + dvipdfmx. + +\usepackage[dvipdfmx]{xcolor}