Updated MANIFEST.
[cocanwiki.git] / Makefile.config
1 # $Id: Makefile.config,v 1.33 2006/12/07 17:05:47 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 # Location of OCamlRSS and XML-Light.  These are optional, but if you
19 # add them you will get RSS feeds using the {{rss:url=...}} notation.
20 #
21 # To disable this feature, just comment these lines out.
22 #
23 # To enable the rss function, you also need to manually set
24 # enable_rss_func = true in the relevant row of the hosts table.
25 #
26 # NB. RSS allows third party sites to place arbitrary content on your
27 # site.  You should not use this if you care about cross-site scripting,
28 # particularly not on an open wiki.
29 #
30 OCAMLRSS := $(HOME)/d/ocamlrss
31 XML_LIGHT := $(HOME)/d/ocaml/xml-light
32 #XML_LIGHT := +xml-light
33
34 # Location of the OCaml lib directory.
35 OCAMLLIBDIR := $(shell ocamlc -where)