make install kompiluje gramatyk

This commit is contained in:
Tomasz Obrebski 2013-01-18 00:31:25 +01:00
parent d2f119e6a0
commit 18e1952916

View File

@ -99,6 +99,8 @@ install_documentation: documentation
.PHONY: install_share
install_share: share
cd $(CUR_DIR)/share && make install; cd $(CUR_DIR)
echo grammar compilation...
dgc
# ------------------------------------------------------------------
# uninstall section