update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / docs / ext-core / ghc.mk
1
2 ifeq "$(LATEX_DOCS)" "YES"
3 $(eval $(call all-target,docs/ext-core,docs/ext-core/core.pdf))
4
5 INSTALL_DOCS += docs/ext-core/core.pdf
6 endif
7
8 ifneq "$(BINDIST)" "YES"
9 docs/ext-core/core.pdf: docs/ext-core/core.tex
10         cd docs/ext-core && $(PDFLATEX) core.tex
11         cd docs/ext-core && $(BIBTEX) core
12         cd docs/ext-core && $(PDFLATEX) core.tex
13         cd docs/ext-core && $(PDFLATEX) core.tex
14 endif
15