summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/doc/version-for-xetex/en
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pgf/base/doc/version-for-xetex/en
Initial commit
Diffstat (limited to 'graphics/pgf/base/doc/version-for-xetex/en')
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/Makefile30
-rw-r--r--graphics/pgf/base/doc/version-for-xetex/en/pgfmanual.tex16
2 files changed, 46 insertions, 0 deletions
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/Makefile b/graphics/pgf/base/doc/version-for-xetex/en/Makefile
new file mode 100644
index 0000000000..2f84eb5a51
--- /dev/null
+++ b/graphics/pgf/base/doc/version-for-xetex/en/Makefile
@@ -0,0 +1,30 @@
+rerun = "(There were undefined references|Rerun to get (cross-references|the bars) right)"
+doc = pgfmanual
+latex = xelatex --no-pdf
+TEXINPUTS := ../../text-en:$(TEXINPUTS)
+
+all: $(doc).pdf
+
+pgfmanual.pdf: $(doc).tex revisionfile
+ (TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true
+ (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true
+ xdvipdfmx -p a4 $(doc)
+
+revisionfile:
+ cd ../../../../.. && ./scripts/pgf/pgfrevisionfile.sh
+
+clean:
+ rm -f \
+ plots/* \
+ pgfmanual.out \
+ pgfmanual.log \
+ pgfmanual.idx \
+ pgfmanual.ind \
+ pgfmanual.ilg \
+ pgfmanual.pdf \
+ pgfmanual.toc \
+ pgfmanual.bbl \
+ pgfmanual.blg \
+ pgfmanual.ps \
+ pgfmanual.dvi \
+ pgfmanual*.aux
diff --git a/graphics/pgf/base/doc/version-for-xetex/en/pgfmanual.tex b/graphics/pgf/base/doc/version-for-xetex/en/pgfmanual.tex
new file mode 100644
index 0000000000..647d821179
--- /dev/null
+++ b/graphics/pgf/base/doc/version-for-xetex/en/pgfmanual.tex
@@ -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-xetex.cfg}
+\input{../../text-en/pgfmanual-en-main.tex}