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