kwexpand
authorroot@ux6600ws107.fsdportal.local
Sat, 07 Mar 2009 14:22:53 +0100
changeset 3 ac7735d5fb59
parent 2 f2cb4b66de94
child 4 3d856ef07f9f
kwexpand
.hgrc
Makefile
iconv.pl
--- a/.hgrc	Sat Mar 07 14:20:04 2009 +0100
+++ b/.hgrc	Sat Mar 07 14:22:53 2009 +0100
@@ -2,4 +2,4 @@
 hgext.keyword =
 
 [keyword]
-iconv.pl =
+iconv =
--- a/Makefile	Sat Mar 07 14:20:04 2009 +0100
+++ b/Makefile	Sat Mar 07 14:22:53 2009 +0100
@@ -7,9 +7,12 @@
 
 all:	iconv
 install:
+	HGRCPATH=.hgrc hg kwexpand
 	install -m0555 -o ${user} -g ${group} iconv ${dir}/iconv.pl
 
+clean:
+	-rm iconv
+
 iconv:	iconv.pl
-	-HGRCPATH=.hgrc hg kwexpand
 	perl -c $<
 	install -m0555 $< $@
--- a/iconv.pl	Sat Mar 07 14:20:04 2009 +0100
+++ b/iconv.pl	Sat Mar 07 14:22:53 2009 +0100
@@ -76,7 +76,7 @@
       <$fh>;
     open(X, ">/tmp/log");
     print X $_;
-    cloes(X);
+    close(X);
     print;
     exit 0;