diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/findhyph/Makefile.doc')
-rw-r--r-- | Master/texmf-dist/doc/support/findhyph/Makefile.doc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/findhyph/Makefile.doc b/Master/texmf-dist/doc/support/findhyph/Makefile.doc new file mode 100644 index 00000000000..bcb3573496c --- /dev/null +++ b/Master/texmf-dist/doc/support/findhyph/Makefile.doc @@ -0,0 +1,10 @@ +TEX = \\documentclass{article}\\usepackage[T1]{fontenc}\\usepackage{textcomp}\\usepackage{a4wide}\\begin{document}\\input{fh.tex}\\end{document} + +doc: + pod2man -c "" ../findhyph > findhyph.1 + pod2text ../findhyph > findhyph.txt + env echo $(TEX) > findhyph.tex + pod2latex -out fh.tex ../findhyph + pdflatex findhyph.tex + pdflatex findhyph.tex + rm fh.tex findhyph.aux findhyph.log findhyph.tex |