Index: app/conf/dgc.conf
===================================================================
--- app/conf/dgc.conf	(revision adb4c8d65ba8b406a1703d1c091bcf1af4bdfb3c)
+++ app/conf/dgc.conf	(revision 3748bd1db46143a281581cb44dc804da0190cbc2)
@@ -13,2 +13,3 @@
 categories = PATH_PREFIX/share/utt/cats.dgc
 grammar = PATH_PREFIX/share/utt/gram.dgc
+outputfile = PATH_PREFIX/share/utt/gram.dgp
Index: app/conf/dgp.conf
===================================================================
--- app/conf/dgp.conf	(revision 3748bd1db46143a281581cb44dc804da0190cbc2)
+++ app/conf/dgp.conf	(revision 3748bd1db46143a281581cb44dc804da0190cbc2)
@@ -0,0 +1,18 @@
+# ************************************************************
+# * This file was created automatically during installation. *
+# * If you don't need do not change it.                      *
+# *                                                          *
+# * UAM Text Tools                                           *
+# * Adam Mickiewicz University, Poland                       *
+# * http://utt.amu.edu.pl                                    *
+# ************************************************************
+#
+# All lines must looks like:
+# parameter_name [=] value
+#
+
+grammar = PATH_PREFIX/share/utt/gram.dgp
+process = W
+process = BOS
+process = EOS
+info = d
Index: app/conf/gph.conf
===================================================================
--- app/conf/gph.conf	(revision 3748bd1db46143a281581cb44dc804da0190cbc2)
+++ app/conf/gph.conf	(revision 3748bd1db46143a281581cb44dc804da0190cbc2)
@@ -0,0 +1,16 @@
+# ************************************************************
+# * This file was created automatically during installation. *
+# * If you don't need do not change it.                      *
+# *                                                          *
+# * UAM Text Tools                                           *
+# * Adam Mickiewicz University, Poland                       *
+# * http://utt.amu.edu.pl                                    *
+# ************************************************************
+#
+# All lines must looks like:
+# parameter_name [=] value
+#
+process = W
+process = BOS
+process = EOS
+reset = BOS
