X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=6291bbd3a0c1a3fff1d2b04abad23ceb1cca3c93;hb=b37133871d15daa2846f013f59e7e6abc35387aa;hp=16524af5b0f6b895bdcf0ca6bde92a99e1307984;hpb=3062d573a7617339324c23cdd4755f8f04956b92;p=cocanwiki.git diff --git a/Makefile.config b/Makefile.config index 16524af..6291bbd 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,7 +1,7 @@ -# $Id: Makefile.config,v 1.1 2004/09/07 10:14:07 rich Exp $ +# $Id: Makefile.config,v 1.32 2006/07/27 09:37:10 rich Exp $ PACKAGE := cocanwiki -VERSION := 0.9.7 +VERSION := 1.4.2 # Normally ignored. However, if you are installing centrally (using # 'make pkg-install'), then the components are installed in the @@ -11,3 +11,9 @@ VERSION := 0.9.7 APACHECONFDIR := /etc/apache WIKIINSTALLDIR := /usr/share/cocanwiki + +# Location of PG'OCaml (http://merjis.com/developers/pgocaml) +PGOCAMLDIR := $(HOME)/d/merjis/freeware/pgocaml + +# Location of the OCaml lib directory. +OCAMLLIBDIR := $(shell ocamlc -where) \ No newline at end of file