summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/vntex/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/vntex/tests/Makefile')
-rw-r--r--Master/texmf-dist/doc/generic/vntex/tests/Makefile131
1 files changed, 123 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/vntex/tests/Makefile b/Master/texmf-dist/doc/generic/vntex/tests/Makefile
index bff74420fcf..803e9861b3f 100644
--- a/Master/texmf-dist/doc/generic/vntex/tests/Makefile
+++ b/Master/texmf-dist/doc/generic/vntex/tests/Makefile
@@ -1,4 +1,4 @@
-# vntex-3.02
+# vntex-3.1.2
#
# Author: Han The Thanh <hanthethanh@gmx.net>.
# This file is part of vntex. Public domain.
@@ -32,9 +32,9 @@
# run `make distclean' to remove everything except the source files.
# Select a viewer of your choice. You can add commandline arguments.
-VIEWER_PDF = xpdf
+VIEWER_PDF = acroread
VIEWER_PS = gv -antialias
-VIEWER_HTML = mozilla
+VIEWER_HTML = firefox
# Set this variable to `false' if you don't have tex4ht installed
# on your system (look whether the program `htlatex' exists).
@@ -48,7 +48,7 @@ ANTT_SAMPLE = t5antt-sample
# Comment out the next two lines if you don't have a recent version
# of Latin Modern (look whether you have `t5-lmr10.tfm' in your TEXMF
-# tree.
+# tree).
T5LM_TEST = t5lm-test
T5LM_SAMPLE = t5lm-sample
@@ -58,12 +58,103 @@ T5LM_SAMPLE = t5lm-sample
IWONA_TEST = t5iwona-test
IWONA_SAMPLE = t5iwona-sample
+
# Comment out the next two lines if you don't have a recent version
# of the Kurier font family (look whether you have `kurier.map'
# in your TEXMF tree).
KURIER_TEST = t5kurier-test
KURIER_SAMPLE = t5kurier-sample
+
+# Comment out the next two lines if you don't have a recent version
+# of the Gentium font family (look whether you have `gentium.map'
+# in your TEXMF tree).
+GENTIUM_TEST = t5gentium-test
+GENTIUM_SAMPLE = t5gentium-sample
+
+# Comment out the next two lines if you don't have a recent version
+# of the GrotesquVn font family (look whether you have `grotesqvn.map'
+# in your TEXMF tree).
+GROTESK_TEST = grotesqvn-test
+GROTESK_SAMPLE = grotesqvn-sample
+
+# Comment out the next two lines if you don't have a recent version
+# of the GaramondVn font family (look whether you have `garamondvn.map'
+# in your TEXMF tree).
+GARAMOND_TEST = garamondvn-test
+GARAMOND_SAMPLE = garamondvn-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the TeXGyre-Bonum font family (look whether you have `qbk.map'
+# in your TEXMF tree).
+BONUM_TEST = bonum-test
+BONUM_SAMPLE = bonum-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the TeXGyre-Termes font family (look whether you have `qtm.map'
+# in your TEXMF tree).
+PAGELLA_TEST = termes-test
+PAGELLA_SAMPLE = termes-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the TeXGyre-Pagella font family (look whether you have `qpl.map'
+# in your TEXMF tree).
+TERMES_TEST = pagella-test
+TERMES_SAMPLE = pagella-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the ArevSansVn font family (look whether you have `arevvn.map'
+# in your TEXMF tree).
+AREV_TEST = arevvn-test
+AREV_SAMPLE = arevvn-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the CMBrightVn font family (look whether you have `cmbrightvn.map'
+# in your TEXMF tree).
+CMBRIGHT_TEST = cmbrightvn-test
+CMBRIGHT_SAMPLE = cmbrightvn-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the ClassicoVn font family (look whether you have `classicovn.map'
+# in your TEXMF tree).
+CLASSICO_TEST = classicovn-test
+CLASSICO_SAMPLE = classicovn-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the ConcreteVn font family (look whether you have `concretevn.map'
+# in your TEXMF tree).
+CONCRETE_TEST = concretevn-test
+CONCRETE_SAMPLE = concretevn-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the Vntopia font family (look whether you have `vntopia.map'
+# in your TEXMF tree).
+VNTOPIA_TEST = vntopia-test
+VNTOPIA_SAMPLE = vntopia-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the txttvn font family (look whether you have `txttvn.map'
+# in your TEXMF tree).
+TXTT_TEST = txttvn-test
+TXTT_SAMPLE = txttvn-sample
+
+
+# Comment out the next two lines if you don't have a recent version
+# of the ComicsansVn font family (look whether you have `comicsansvn.map'
+# in your TEXMF tree).
+COMIC_TEST = comicsansvn-test
+COMIC_SAMPLE = comicsansvn-sample
+
+
# Comment out the next two lines if you don't have the MS core font
# files like `arial.ttf' or `tahomabd.ttf' installed in your TEXMF
# tree.
@@ -97,12 +188,23 @@ TEST_LATEX_ALL = $(TEST_LATEX) test-vietnam-tcx
REFERENCES = vnr-test urwvn-test chartervn-test \
$(ANTT_TEST) $(T5LM_TEST) \
- $(IWONA_TEST) $(KURIER_TEST) $(MSCORE_TEST)
+ $(IWONA_TEST) $(KURIER_TEST) \
+ $(GROTESK_TEST) $(GARAMOND_TEST) \
+ $(AREV_TEST) $(VNTOPIA_TEST) $(CLASSICO_TEST) \
+ $(CMBRIGHT_TEST) $(CONCRETE_TEST) \
+ $(GENTIUM_TEST) $(TXTT_TEST) \
+ $(BONUM_TEST) $(PAGELLA_TEST) $(TERMES_TEST) \
+ $(MSCORE_TEST) $(COMIC_TEST)
SAMPLES = vnr-sample urwvn-sample chartervn-sample \
$(ANTT_SAMPLE) $(T5LM_SAMPLE) \
$(IWONA_SAMPLE) $(KURIER_SAMPLE) \
- $(MSCORE_SAMPLE)
+ $(GROTESK_SAMPLE) $(GARAMOND_SAMPLE) \
+ $(AREV_SAMPLE) $(VNTOPIA_SAMPLE) $(CLASSICO_SAMPLE) \
+ $(CMBRIGHT_SAMPLE) $(CONCRETE_SAMPLE) \
+ $(GENTIUM_SAMPLE) $(TXTT_SAMPLE) \
+ $(BONUM_SAMPLE) $(PAGELLA_SAMPLE) $(TERMES_SAMPLE) \
+ $(MSCORE_SAMPLE) $(COMIC_SAMPLE)
default: testpdf testps samples testht
@@ -201,7 +303,19 @@ viewfonts:
|| $(VIEWER_PDF) $$f.pdf; \
done
-
+htmldir:
+ test -d vntex-html || mkdir vntex-html
+ rm -f vntex-html/*
+ cp -p *.html *.css vntex-html
+ echo '<html><head>' > vntex-html/index.html
+ echo '<title>VnTeX HTML Fonts</title>' >> vntex-html/index.html
+ echo '</head>' >> vntex-html/index.html
+ echo '<body><h1>VnTeX HTML Fonts</h1><p>' >> vntex-html/index.html
+ for f in $(TEST_LATEX) $(REFERENCES); do \
+ echo "<a href=\"$$f.html\">$$f</a><p>" >> vntex-html/index.html; \
+ done
+ echo '</body></html>' >> vntex-html/index.html
+ tar -cjvf vntex-html.tar.bz2 vntex-html
clean:
rm -f *.dvi *.out *.toc *.aux *.log *.4ct *.4tc *.idv *.lg \
@@ -209,5 +323,6 @@ clean:
distclean: clean
- rm -f *.pdf *.ps *.css *.html nocompress
+ rm -f *.pdf *.ps *.css *.html nocompress vntex-html.tar.bz2
+ rm -rf vntex-html