mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
make
This commit is contained in:
@@ -125,7 +125,7 @@ lib:
|
|||||||
dist:
|
dist:
|
||||||
-rm -rf $(DIST_DIR)
|
-rm -rf $(DIST_DIR)
|
||||||
mkdir $(DIST_DIR)
|
mkdir $(DIST_DIR)
|
||||||
cvs export -d $(DIST_DIR) -rHEAD GF2.1
|
cvs export -d $(DIST_DIR) -rHEAD GF2.0
|
||||||
cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache
|
cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache
|
||||||
find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';'
|
find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';'
|
||||||
cd $(DIST_DIR)/grammars && sh mkLib.sh
|
cd $(DIST_DIR)/grammars && sh mkLib.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user