1 # This Makefile prepares documentation for package dehyph-exptl.
8 .PHONY
: all doc
clean note
11 @echo
"*** Makefile for dehyph-exptl package documentation ***"
13 @echo
"make doc to build documentation."
14 @echo
"make clean to clean this directory."
21 $(RM
) *.aux
*.bbl
*.blg
*.log
*.out
*.toc
23 dehyph-exptl.pdf
: dehyph-exptl.
tex dehyph-exptl.bib
24 $(PDFLATEX
) dehyph-exptl
25 $(BIBTEX
) dehyph-exptl
26 $(PDFLATEX
) dehyph-exptl
27 $(PDFLATEX
) dehyph-exptl
28 $(PDFLATEX
) dehyph-exptl