mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Fixed typo in install-editor target
This commit is contained in:
@@ -154,7 +154,7 @@ install-gfdoc:
|
||||
install-editor:
|
||||
$(INSTALL) -d $(datadir)/GF-$(PACKAGE_VERSION)
|
||||
$(INSTALL) jgf $(bindir)
|
||||
$(INSTALL) -m 0644 java/gf-java.jar $(datedir)/GF-$(PACKAGE_VERSION)
|
||||
$(INSTALL) -m 0644 java/gf-java.jar $(datadir)/GF-$(PACKAGE_VERSION)
|
||||
|
||||
install: install-gf install-gfdoc install-editor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user