| 78 |
compiles webiface and webpages, and install everything (see Makefile.conf) |
compiles webiface and webpages, and install everything (see Makefile.conf) |
| 79 |
|
|
| 80 |
- make all |
- make all |
| 81 |
equivalent to (make cduce dtd2cduce webiface webpages) |
equivalent to (make cduce dtd2cduce) |
| 82 |
|
|
| 83 |
- make install |
- make install |
| 84 |
|
it installs |
| 85 |
|
cduce and dtd2cduce into $(PREFIX)/bin |
| 86 |
|
cduce.1 into $(PREFIX)/man/man1 |
| 87 |
(see PREFIX below) |
(see PREFIX below) |
| 88 |
|
|
| 89 |
Makefile accepts the following options. |
Makefile accepts the following options. |
| 131 |
Note: the current wrapper for expat does not support inclusion |
Note: the current wrapper for expat does not support inclusion |
| 132 |
of external entities. Moreover, the error messages in case of |
of external entities. Moreover, the error messages in case of |
| 133 |
ill-formed XML are less informative than PXP's. |
ill-formed XML are less informative than PXP's. |
| 134 |
|
|
| 135 |
|
|