diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-11-17 16:07:51 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-11-17 16:07:51 +0000 |
| commit | f9e1075bc537082ff37656c2508f2a48f29e1b3d (patch) | |
| tree | 5ffcb3775dd54e0e9b47e6e0e6601777202e1475 /src | |
| parent | 65b42711d6863461550422bcafcbc6cac78e2d5e (diff) | |
Changed Makefile use of CVS for creating dists to use darcs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile index d88e59dbe..5c50648f8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -179,10 +179,8 @@ tools/$(GF_DOC_EXE): tools/GFDoc.hs dist: -rm -rf $(DIST_DIR) - mkdir $(DIST_DIR) - cvs export -d $(DIST_DIR) -rHEAD GF + cp -r ../_darcs/current $(DIST_DIR) cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache - find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';' # cd $(DIST_DIR)/grammars && sh mkLib.sh cd $(DIST_DIR) && rm -rf $(NOT_IN_DIST) $(TAR) -zcf $(DIST_DIR).tgz $(DIST_DIR) @@ -216,9 +214,7 @@ binary-dist: grammar-dist: -rm -rf $(GRAMMAR_DIST_DIR) mkdir $(GRAMMAR_DIST_DIR) - cvs export -d $(GRAMMAR_DIST_DIR) -rHEAD GF/{lib,examples} - mv $(GRAMMAR_DIST_DIR)/GF/* $(GRAMMAR_DIST_DIR) - rmdir $(GRAMMAR_DIST_DIR)/GF + cp -r ../_darcs/current/{lib,examples} $(GRAMMAR_DIST_DIR) $(TAR) -zcf $(GRAMMAR_DIST_DIR).tgz $(GRAMMAR_DIST_DIR) rm -rf $(GRAMMAR_DIST_DIR) |
