/[svn]/Makefile
ViewVC logotype

Diff of /Makefile

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

revision 435 by abate, Tue Jul 10 17:34:50 2007 UTC revision 436 by abate, Tue Jul 10 17:34:53 2007 UTC
# Line 36  Line 36 
36    
37  # Packaging  # Packaging
38    
39  DISTRIB = $(DIRS) tools web depend INSTALL CHANGES LICENSE README doc  DISTRIB = $(DIRS) tools web depend INSTALL INSTALL.WIN32 CHANGES LICENSE README doc
40    
41  PACKAGE = cduce-$(VERSION)  PACKAGE = cduce-$(VERSION)
42  .PHONY: package  .PHONY: package
# Line 48  Line 48 
48          (cd $(PACKAGE); \          (cd $(PACKAGE); \
49          rm -f types/IDEAS; \          rm -f types/IDEAS; \
50          headache -h ../header $(DEPEND))          headache -h ../header $(DEPEND))
51          tar czf $(PACKAGE).tar.gz --exclude CVS --exclude IDEAS $(PACKAGE)          tar czf $(PACKAGE).tar.gz --exclude CVS --exclude ".#*" --exclude IDEAS $(PACKAGE)
52          rm -Rf $(PACKAGE)          rm -Rf $(PACKAGE)
53    
54    

Legend:
Removed from v.435  
changed lines
  Added in v.436

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