Allow whitespace at the end of a macro line.
[cocanwiki.git] / Makefile.config
index 79015ce..bf578b8 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile.config,v 1.10 2004/10/21 11:53:51 rich Exp $
+# $Id: Makefile.config,v 1.31 2006/05/09 11:36:16 rich Exp $
 
 PACKAGE := cocanwiki
-VERSION := 1.3.0
+VERSION := 1.4.1
 
 # 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.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