Edit the description fields (metadata) for images and files.
[cocanwiki.git] / scripts / Makefile
index c24a331..cca402c 100644 (file)
@@ -1,13 +1,12 @@
 # Makefile for COCANWIKI.
-# $Id: Makefile,v 1.44 2004/10/21 11:48:21 rich Exp $
+# $Id: Makefile,v 1.45 2004/10/24 19:25:20 rich Exp $
 
 include ../Makefile.config
 
 OCAMLC := ocamlc
-# XXX Move GregorianDate out of +merjis.
 OCAMLCFLAGS := -w s \
        -I +apache -I +pcre -I +dbi -I +extlib -I +netstring \
-       -I +merjis -I lib
+       -I +gregoriandate -I lib
 CPP := cpp
 
 SRCS := $(wildcard *.ml)