X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=a66049ffba729f2669d9143fdef89f02d4812282;hb=d303f75eed3a09bbe2516d9a2a9a4aa9b862ceb3;hp=24a30bc58b0923f771e44229ab90340a4545de39;hpb=fb1c781bdbe4a2b296651a051dda11d210c9ad33;p=cocanwiki.git diff --git a/Makefile.config b/Makefile.config index 24a30bc..a66049f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,7 +1,7 @@ -# $Id: Makefile.config,v 1.29 2005/12/05 10:07:44 rich Exp $ +# $Id: Makefile.config,v 1.30 2006/03/27 16:43:43 rich Exp $ PACKAGE := cocanwiki -VERSION := 1.3.20 +VERSION := 1.4.0 # 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.20 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