diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2 b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2 new file mode 100644 index 00000000000..c84db2a0f15 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch3bis/Makefile.ex2 @@ -0,0 +1,10 @@ +# Makefile for Example 2 +LTX = latex +L2H2 = latex2html -init_file myinit.pl -info "External_links_test" + +ex2 : ex21.aux ex22.aux + $(L2H2) ex2bib ex21 ex22 ex20 +ex21.aux : + $(LTX) ex21.tex +ex22.aux : + $(LTX) ex22.tex |