X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=d3b656a326c5a7eafae7338aa2d2ff9395899791;hb=e95140a5c350360b1f8e3f1e789ec4a5eebf95f3;hp=1c59048e9fae084b2bf57aae9c1126bff71a0e4c;hpb=a0c8fa4159e95be94474dd18b21e6c5fc35362ae;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 1c59048..d3b656a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -496,9 +496,11 @@ GhcPatchLevel = @GhcPatchLevel@ GhcMajVersion = @GhcMajVersion@ GhcMinVersion = @GhcMinVersion@ +# Keep this in sync with the variables in package-config.mk ghc_ge_609 = @ghc_ge_609@ ghc_ge_6102 = @ghc_ge_6102@ ghc_ge_611 = @ghc_ge_611@ +ghc_ge_613 = @ghc_ge_613@ # Canonicalised ghc version number, used for easy (integer) version # comparisons. We must expand $(GhcMinVersion) to two digits by @@ -585,6 +587,8 @@ INSTALL = @INSTALL@ # INSTALL := $(subst .././install-sh,$(TOP)/install-sh,$(INSTALL)) LATEX = latex +PDFLATEX = pdflatex +BIBTEX = bibtex HEVEA = hevea HACHA = hacha LN_S = @LN_S@