1
0
forked from GitHub/gf-core

added daniels' version of the Java editor

This commit is contained in:
hdaniels
2005-06-21 18:40:22 +00:00
parent 61483017f6
commit a037c25eba
31 changed files with 6808 additions and 3 deletions

View File

@@ -8,7 +8,9 @@ install:
$(INSTALL) gf$(EXEEXT) gfdoc$(EXEEXT) jgf $(bindir)
$(INSTALL) -d $(GF_DATA_DIR)
$(INSTALL) -m 0644 gf-java.jar $(GF_DATA_DIR)
$(INSTALL) -m 0644 gfeditor.jar $(GF_DATA_DIR)
uninstall:
-rm -f $(bindir)/gf$(EXEEXT) $(bindir)/gfdoc$(EXEEXT) $(bindir)/jgf
-rm -f $(GF_DATA_DIR)/gf-java.jar
-rm -f $(GF_DATA_DIR)/gfeditor.jar