/_sitemap.rss for COCANWIKI.
[cocanwiki.git] / Makefile.config
1 # $Id: Makefile.config,v 1.32 2006/07/27 09:37:10 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 the OCaml lib directory.
19 OCAMLLIBDIR := $(shell ocamlc -where)