Index: app/Makefile
===================================================================
--- app/Makefile	(revision 10c74af18d1db99b7373ceafcb3c13352fe80320)
+++ app/Makefile	(revision adb4c8d65ba8b406a1703d1c091bcf1af4bdfb3c)
@@ -19,4 +19,5 @@
 export UTT_CONF_DIR=${UTT_DIR}/etc/utt
 # language/encoding specific stuff
+# any extra files for some programs, like: weights.kor, cats.dgc, gram.dgc, etc.
 export UTT_LANG_DIR=${UTT_DIR}/share/utt
 # some files like ser.l.template, terms.m4
@@ -29,5 +30,4 @@
 # list of components to be included in the distribution
 COMPONENTS = compiledic cor dgp fla gph grp gue kon kor kot lem mar rm12 rs12 sen-l sen-nl ser tags tok.l unfla
-# gue nie dziala!
 
 ##############################
@@ -88,5 +88,5 @@
 # ------------------------------------------------------------------
 .PHONY: build
-build: compile build_conf build_lib build_doc
+build: compile build_conf build_share build_lib build_doc
 	@echo "All files builded successfully!"
 
@@ -103,4 +103,7 @@
 	cd $(CUR_DIR)/doc && make && make copy; cd $(CUR_DIR)
 
+.PHONY: build_share
+build_share:
+	cp $(CUR_DIR)/share/* $(UTT_LANG_DIR)/
 
 
