summaryrefslogtreecommitdiff
path: root/ghc/CONTRIB/pphs/Jmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/CONTRIB/pphs/Jmakefile')
-rw-r--r--ghc/CONTRIB/pphs/Jmakefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/ghc/CONTRIB/pphs/Jmakefile b/ghc/CONTRIB/pphs/Jmakefile
new file mode 100644
index 0000000000..24d546c7e7
--- /dev/null
+++ b/ghc/CONTRIB/pphs/Jmakefile
@@ -0,0 +1,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)