/[svn]/Makefile
ViewVC logotype

Diff of /Makefile

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

revision 369 by abate, Tue Jul 10 17:29:02 2007 UTC revision 370 by abate, Tue Jul 10 17:29:11 2007 UTC
# Line 7  Line 7 
7    
8  PACKAGES = "pxp-engine pxp-lex-iso88591 wlexing camlp4 num,cgi"  PACKAGES = "pxp-engine pxp-lex-iso88591 wlexing camlp4 num,cgi"
9    
10  DISTRIB = $(DIRS) tools web depend INSTALL Makefile  DISTRIB = $(DIRS) tools web depend INSTALL LICENSE README Makefile
11    
12  all: cduce.opt dtd2cduce web/files  all: cduce.opt dtd2cduce local_website
13    
14  # Source directories  # Source directories
15    
# Line 78  Line 78 
78          rm -f cduce cduce.opt webiface.opt ocamlprof.dump          rm -f cduce cduce.opt webiface.opt ocamlprof.dump
79          rm -f dtd2cduce pool webiface          rm -f dtd2cduce pool webiface
80          rm -Rf prepro package          rm -Rf prepro package
81          rm -f web/*.php web/*~          rm -f web/*.php web/*.html web/*~
82    
83    
84  .SUFFIXES: .ml .mli .cmo .cmi .cmx  .SUFFIXES: .ml .mli .cmo .cmi .cmx
# Line 155  Line 155 
155  website: web/files  website: web/files
156          scp web/*.php web/cduce.css cduce@iris:public_html/          scp web/*.php web/cduce.css cduce@iris:public_html/
157    
158    local_website: cduce.opt webiface.opt
159            (cd web; ../cduce.opt -quiet site.cd -- site.xml)
160    
161  # Distribution  # Distribution
162    
163  .PHONY: package  .PHONY: package
# Line 162  Line 165 
165          rm -Rf package          rm -Rf package
166          mkdir package          mkdir package
167          cp -R $(DISTRIB) package/          cp -R $(DISTRIB) package/
168            (cd package; headache -h ../header $(DEPEND))
169    

Legend:
Removed from v.369  
changed lines
  Added in v.370

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