Index: p/src/unfla/Makefile
===================================================================
--- app/src/unfla/Makefile	(revision 8d3e6ab33b2b6727eb54bb3498a0ba2af9ca9ea1)
+++ 	(revision )
@@ -1,8 +1,0 @@
-unfla:
-
-copy:
-ifdef UTT_BIN_DIR
-	cp unfla ${UTT_BIN_DIR}
-endif
-
-clean:
Index: p/src/unfla/unfla
===================================================================
--- app/src/unfla/unfla	(revision 20b4e44e7537762f6aceb72b039f6e8f8a50e201)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#!/bin/bash
-
-#package:	UAM Text Tools
-#component:	unfla
-#version:	1.0
-#author:	Tomasz Obrebski
-
-tr '\014' '\012'
Index: auto/output/Makefile
===================================================================
--- auto/output/Makefile	(revision 3a2ae91d9423fabcf92fcfb2b04614a3c5a3696a)
+++ auto/output/Makefile	(revision 1e572e12c518a2f97f350cb98dcfe5c90e673e48)
@@ -46,5 +46,5 @@
 VPATH = ./src
 
-PROGRAMS = tok sen fla gph kot
+PROGRAMS = tok sen fla gph kot unfla
 
 TOK_OBJ_FILES = tok.o tok_cmdline.o
@@ -74,4 +74,7 @@
 KOT_PERL_FILES = kot.pl
 kot: \$(KOT_PERL_FILES)
+
+UNFLA_SH_FILES = unfla.sh
+unfla: \$(UNFLA_SH_FILES)
 
 CONFIG_FILES = src/config.h Makefile
@@ -141,4 +144,8 @@
 	\$(CHMOD) a+x \$@
 
+%: %.sh
+	\$(CP) \$< \$@
+	\$(CHMOD) a+x \$@
+
 EOF
 
Index: src/unfla.sh
===================================================================
--- src/unfla.sh	(revision 1e572e12c518a2f97f350cb98dcfe5c90e673e48)
+++ src/unfla.sh	(revision 1e572e12c518a2f97f350cb98dcfe5c90e673e48)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+#package:	UAM Text Tools
+#component:	unfla
+#version:	1.0
+#author:	Tomasz Obrebski
+
+exec tr '\014' '\012'
