X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=6291bbd3a0c1a3fff1d2b04abad23ceb1cca3c93;hb=b37133871d15daa2846f013f59e7e6abc35387aa;hp=5adfcf9df3930bde0dee360d16e1ee35e2e5a1a6;hpb=7f5eacecb9a0353de411c82bd35caf21f5a73060;p=cocanwiki.git diff --git a/Makefile.config b/Makefile.config index 5adfcf9..6291bbd 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,7 +1,7 @@ -# $Id: Makefile.config,v 1.4 2004/09/22 12:04:28 rich Exp $ +# $Id: Makefile.config,v 1.32 2006/07/27 09:37:10 rich Exp $ PACKAGE := cocanwiki -VERSION := 1.1.1 +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.1.1 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