# $Id: Makefile.config,v 1.33 2006/12/07 17:05:47 rich Exp $ PACKAGE := cocanwiki VERSION := 1.4.2 # Normally ignored. However, if you are installing centrally (using # 'make pkg-install'), then the components are installed in the # following directories. This really only applies for packagers # building the Debian package. APACHECONFDIR := /etc/apache WIKIINSTALLDIR := /usr/share/cocanwiki # Location of PG'OCaml (http://merjis.com/developers/pgocaml) PGOCAMLDIR := $(HOME)/d/merjis/freeware/pgocaml # Location of OCamlRSS and XML-Light. These are optional, but if you # add them you will get RSS feeds using the {{rss:url=...}} notation. # # To disable this feature, just comment these lines out. # # To enable the rss function, you also need to manually set # enable_rss_func = true in the relevant row of the hosts table. # # NB. RSS allows third party sites to place arbitrary content on your # site. You should not use this if you care about cross-site scripting, # particularly not on an open wiki. # OCAMLRSS := $(HOME)/d/ocamlrss XML_LIGHT := $(HOME)/d/ocaml/xml-light #XML_LIGHT := +xml-light # Location of the OCaml lib directory. OCAMLLIBDIR := $(shell ocamlc -where)