[project @ 1996-01-08 20:28:12 by partain]
[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)