aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-24 22:58:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-24 22:58:55 +0000
commit0ce82a0850b634c4f342a0f0d341ce272a8d3e14 (patch)
tree14b6b5c59937aca2dfe383e6393e689e6fcfabfe
parent37c0380e357a7b31c95710d018c83b4444441cf8 (diff)
downloadellinika-0ce82a0850b634c4f342a0f0d341ce272a8d3e14.tar.gz
ellinika-0ce82a0850b634c4f342a0f0d341ce272a8d3e14.tar.bz2
Add neatrans.scm
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@414 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--scm/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/scm/Makefile.am b/scm/Makefile.am
index 9126243..c071b9b 100644
--- a/scm/Makefile.am
+++ b/scm/Makefile.am
@@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
pkgmoddir=@GUILE_SITE@
-bin_SCRIPTS=dictrans
+bin_SCRIPTS=dictrans neatrans
CLEANFILES=dictrans.sed dictrans
EXTRA_DIST=dictrans.scm
@@ -30,3 +30,7 @@ dictrans.sed: Makefile
dictrans: $(srcdir)/dictrans.scm dictrans.sed
sed -f dictrans.sed $(srcdir)/dictrans.scm > $@
chmod +x $@
+
+neatrans: $(srcdir)/neatrans.scm dictrans.sed
+ sed -f dictrans.sed $(srcdir)/neatrans.scm > $@
+ chmod +x $@

Return to:

Send suggestions and report system problems to the System administrator.