| 102 |
@echo "GOALS" |
@echo "GOALS" |
| 103 |
@echo " cduce : compiles the CDuce command line interpreter" |
@echo " cduce : compiles the CDuce command line interpreter" |
| 104 |
@echo " dtd2cduce : compiles the dtd2cduce tools" |
@echo " dtd2cduce : compiles the dtd2cduce tools" |
| 105 |
|
@echo " validate : compiles the schema validation tool" |
| 106 |
@echo " webiface : compiles the CDuce web interface interpreter (CGI script)" |
@echo " webiface : compiles the CDuce web interface interpreter (CGI script)" |
| 107 |
@echo " webpages : compiles in web/www/ the files for the CDuce website" |
@echo " webpages : compiles in web/www/ the files for the CDuce website" |
| 108 |
@echo " (including the tutorial and manual)" |
@echo " (including the tutorial and manual)" |
| 117 |
@echo " NATIVE=false : use the OCaml native code compiler to build CDuce [true]" |
@echo " NATIVE=false : use the OCaml native code compiler to build CDuce [true]" |
| 118 |
@echo " PXP_WLEX=true : use wlex for parsing UTF-8 XML files [false]" |
@echo " PXP_WLEX=true : use wlex for parsing UTF-8 XML files [false]" |
| 119 |
@echo " EXPAT=true : build expat support [false]" |
@echo " EXPAT=true : build expat support [false]" |
| 120 |
@echo " OCURL=true: build ocurl support [false]" |
@echo " CURL=true: build curl support [false]" |
| 121 |
|
@echo " NETCLIENT=false: build netclient support [true]" |
| 122 |
|
@echo "" |
| 123 |
|
|
| 124 |
# Source directories |
# Source directories |
| 125 |
|
|
| 258 |
mkdir $(HTML_DIR)/img; \ |
mkdir $(HTML_DIR)/img; \ |
| 259 |
fi; |
fi; |
| 260 |
cp web/img/*.* $(HTML_DIR)/img |
cp web/img/*.* $(HTML_DIR)/img |
| 261 |
|
*: help |