X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=6291bbd3a0c1a3fff1d2b04abad23ceb1cca3c93;hb=8d80074a37afea8da0d3f4bd5362942d1a588f8e;hp=84fbed5081201b8f1e1ad726e2f72aca176b4808;hpb=bd0233c4004d23b0c5e2884a8190827a61a855f2;p=cocanwiki.git diff --git a/Makefile.config b/Makefile.config index 84fbed5..6291bbd 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,7 +1,7 @@ -# $Id: Makefile.config,v 1.6 2004/10/07 20:50:21 rich Exp $ +# $Id: Makefile.config,v 1.32 2006/07/27 09:37:10 rich Exp $ PACKAGE := cocanwiki -VERSION := 1.2.0 +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 := 1.2.0 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