/[svn]/cduce/trunk/Makefile.distrib
ViewVC logotype

Diff of /cduce/trunk/Makefile.distrib

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 912 by abate, Tue Jul 10 18:10:53 2007 UTC revision 913 by abate, Tue Jul 10 18:11:00 2007 UTC
# Line 102  Line 102 
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)"
# Line 116  Line 117 
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    
# Line 256  Line 258 
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

Legend:
Removed from v.912  
changed lines
  Added in v.913

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5