1
0
forked from GitHub/gf-core

Fix binary-dist to include gfc and exclude compiled grammars, since the latter didn't work anyway. NOTE: you must re-run autoconf (actually the previous patch is the one that requires this).

This commit is contained in:
bjorn
2008-09-11 08:35:17 +00:00
parent 8a0e9077ce
commit 92ffc5072a
2 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ GF_LIB_DIR=$(GF_DATA_DIR)/lib
install:
$(INSTALL) -d $(bindir)
$(INSTALL) gf$(EXEEXT) gfdoc$(EXEEXT) $(bindir)
$(INSTALL) gfc$(EXEEXT) $(bindir)
$(INSTALL) -d $(GF_DATA_DIR)
cp -r lib $(GF_DATA_DIR)