From 49a3ca048a06b52083d897bc7313f3978f2763ab Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Mon, 6 Oct 2014 11:26:09 +0200 Subject: [PATCH] formating --- README | 7 ++++++- makefile | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/README b/README index e491e293f3..02a7dce9fe 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ What is it? The automata (algorithm) library toolkit (ALT) is a mathematical implementation of various types of automata, grammars, and other common structires along with mathematical implementation of algorithms over these structures. -Originaly developed on Faculty of Information Technology of Czech Technical +Originaly developed at Faculty of Information Technology of Czech Technical University in Prague. It supposed to be a reference implementation of formal algorithms as-are in papers, hence allowing practical reuse of existing algorithms in form of by pipe comunicating tools. @@ -50,3 +50,8 @@ for bug reporting at ?? o If you want to participate in actively developing ALT please subscribe to the `??' mailing list as described at ?? + +Authors +------- + + diff --git a/makefile b/makefile index e1b158ae2b..287277519a 100644 --- a/makefile +++ b/makefile @@ -5,18 +5,18 @@ BINFOLDER = bin CORE_LIB = alib2data SUBDIRS_LIBS = alib2algo SUBDIRS_BINS = acat2 \ - aconversions2 \ - aconvert2 \ - aderivation2 \ - adeterminize2 \ - adiff2 \ - aepsilon2 \ - aintegral2 \ - aminimize2 \ - anormalize2 \ - arand2 \ - astat2 \ - atrim2 \ + aconversions2 \ + aconvert2 \ + aderivation2 \ + adeterminize2 \ + adiff2 \ + aepsilon2 \ + aintegral2 \ + aminimize2 \ + anormalize2 \ + arand2 \ + astat2 \ + atrim2 \ SUBDIRS_WITH_MAKE = $(dir $(wildcard */makefile)) -- GitLab