X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=6291bbd3a0c1a3fff1d2b04abad23ceb1cca3c93;hb=b37133871d15daa2846f013f59e7e6abc35387aa;hp=df86c5ab47d3fc8589a978f885ecd30ad7194249;hpb=fed8bae623ae58ec83206e53be5eb7ed119ce875;p=cocanwiki.git diff --git a/Makefile.config b/Makefile.config index df86c5a..6291bbd 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,7 +1,7 @@ -# $Id: Makefile.config,v 1.20 2005/03/31 14:04:18 rich Exp $ +# $Id: Makefile.config,v 1.32 2006/07/27 09:37:10 rich Exp $ PACKAGE := cocanwiki -VERSION := 1.3.11 +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.3.11 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