+csv dep for PG'OCaml.
[cocanwiki.git] / Makefile.config
1 # $Id: Makefile.config,v 1.34 2007/02/24 17:28:50 rich Exp $
2
3 PACKAGE := cocanwiki
4 VERSION := 1.4.2
5
6 # Normally ignored.  However, if you are installing centrally (using
7 # 'make pkg-install'), then the components are installed in the
8 # following directories.  This really only applies for packagers
9 # building the Debian package.
10
11 APACHECONFDIR := /etc/apache
12
13 WIKIINSTALLDIR := /usr/share/cocanwiki
14
15 # Location of PG'OCaml (http://merjis.com/developers/pgocaml)
16 PGOCAMLDIR := $(HOME)/d/merjis/freeware/pgocaml
17
18 # CSV (http://merjis.com/developers/csv)
19 CSVDIR := $(HOME)/d/merjis/freeware/csv
20
21 # Location of OCamlRSS and XML-Light.  These are optional, but if you
22 # add them you will get RSS feeds using the {{rss:url=...}} notation.
23 #
24 # To disable this feature, just comment these lines out.
25 #
26 # To enable the rss function, you also need to manually set
27 # enable_rss_func = true in the relevant row of the hosts table.
28 #
29 # NB. RSS allows third party sites to place arbitrary content on your
30 # site.  You should not use this if you care about cross-site scripting,
31 # particularly not on an open wiki.
32 #
33 OCAMLRSS := $(HOME)/d/ocamlrss
34 XML_LIGHT := $(HOME)/d/ocaml/xml-light
35 #XML_LIGHT := +xml-light
36
37 # Location of the OCaml lib directory.
38 OCAMLLIBDIR := $(shell ocamlc -where)