summaryrefslogtreecommitdiff
path: root/info/TrueType/Makefile
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 /info/TrueType/Makefile
Initial commit
Diffstat (limited to 'info/TrueType/Makefile')
-rw-r--r--info/TrueType/Makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/info/TrueType/Makefile b/info/TrueType/Makefile
new file mode 100644
index 0000000000..2d0546e0c4
--- /dev/null
+++ b/info/TrueType/Makefile
@@ -0,0 +1,47 @@
+all: distclean sample sample_eps ttf-tetex.pdf htm install
+
+
+ttf-tetex.pdf:
+ pdflatex ttf-tetex
+ bibtex ttf-tetex
+ pdflatex ttf-tetex
+ thumbpdf --verbose ttf-tetex
+ pdflatex ttf-tetex
+
+
+sample_eps:
+ latex sample_eps
+ dvips -E -Pvagrounded sample_eps
+ epstopdf sample_eps.ps
+
+sample:
+ latex sample
+ latex sample
+ dvips -Pvagrounded sample
+
+htm:
+ rm -f html/*
+ latex2html -split 0 -show_section_numbers -local_icons -no_navigation -image_type gif -dir html/ ttf-tetex
+
+install:
+ cp Makefile fonts.bib ttf-tetex.tex sample_eps.tex html/
+ cp sample_eps.ps sample_eps.pdf sample.tex sample.ps html/
+ cp ttf2type1 vagrounded.map config.vagrounded html/
+ cp ttf-tetex.pdf html/
+ cp vagrounded.sty html/
+ -rm -f html/*.log html/*.out html/*.pl html/*.aux html/*.bbl
+ -rm -f html/images.tex html/WARNINGS
+
+clean:
+ -rm -f sample.dvi sample.log sample.aux
+ -rm -f sample_eps.dvi sample_eps.log sample_eps.aux
+ -rm -f ttf-tetex.aux ttf-tetex.bbl ttf-tetex.blg ttf-tetex.dvi \
+ ttf-tetex.log ttf-tetex.out ttf-tetex.toc ttf-tetex.tpt
+ -rm -f html/WARNINGS html/images.pl html/labels.pl html/images.log \
+ html/images.aux html/images.bbl html/images.tex \
+ html/internals.pl
+
+distclean: clean
+ -rm -f html/*
+ -rm -f sample.ps sample_eps.pdf sample_eps.ps
+ -rm -f ttf-tetex.pdf ttf-tetex.ps