X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=79b85374196feefde241647f91cc099786e01686;hb=d2de471ff7e79c1d6096bd8132aad80258852cdd;hp=e06e126f766b60fc4c6188acc10a5848de7425e9;hpb=588cc051d3431a8007b06a110fe62467cece13b1;p=cocanwiki.git diff --git a/Makefile.config b/Makefile.config index e06e126..79b8537 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,4 +1,4 @@ -# $Id: Makefile.config,v 1.33 2006/12/07 17:05:47 rich Exp $ +# $Id: Makefile.config,v 1.34 2007/02/24 17:28:50 rich Exp $ PACKAGE := cocanwiki VERSION := 1.4.2 @@ -15,6 +15,9 @@ WIKIINSTALLDIR := /usr/share/cocanwiki # Location of PG'OCaml (http://merjis.com/developers/pgocaml) PGOCAMLDIR := $(HOME)/d/merjis/freeware/pgocaml +# CSV (http://merjis.com/developers/csv) +CSVDIR := $(HOME)/d/merjis/freeware/csv + # Location of OCamlRSS and XML-Light. These are optional, but if you # add them you will get RSS feeds using the {{rss:url=...}} notation. # @@ -32,4 +35,4 @@ XML_LIGHT := $(HOME)/d/ocaml/xml-light #XML_LIGHT := +xml-light # Location of the OCaml lib directory. -OCAMLLIBDIR := $(shell ocamlc -where) \ No newline at end of file +OCAMLLIBDIR := $(shell ocamlc -where)