24d546c7e719cac07b30f9e85f8f2e2314ebf0dd
[ghc-hetmet.git] / ghc / CONTRIB / pphs / Jmakefile
1 SuffixRule_c_o()
2
3 BuildPgmFromOneCFile(pphs)
4
5 InstallBinaryTarget(pphs,$(INSTBINDIR_GHC))
6
7 /* These .dvi-ish rules are not right, but so what? [WDP 94/09] */
8
9 docs/UserGuide.dvi: docs/UserGuide.tex
10         $(RM) $@
11         (cd docs && ../$(LTX) UserGuide.tex)
12
13 /* Student project final report */
14 docs/Report.dvi: docs/Report.tex
15         $(RM) $@
16         (cd docs && ../$(LTX) Report.tex)