From 6bea309e96194c7fbecd6b7feab3a69f38cefdcf Mon Sep 17 00:00:00 2001 From: Vance Shipley Date: Tue, 16 Jan 2018 17:20:16 +0530 Subject: [PATCH] whitespace --- AUTHORS | 1 + README | 10 +++++----- README.maintainer | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4f3c09f..4992d03 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,2 @@ +Prahveen Thiruchelvam Vance Shipley diff --git a/README b/README index b338a10..53042ab 100644 --- a/README +++ b/README @@ -11,15 +11,15 @@ You'll need the following GNU tools: $ mkdir ../m3ua.build (create build directory) $ cd ../m3ua.build (change working directory for build) $ ../m3ua/configure (creates Makefiles) - $ make (builds entire package) - $ make check (run dialyzer and common_test) + $ make (builds entire package) + $ make check (run dialyzer and common_test) ## Installing - $ sudo make install (installs embedded application in system) + $ sudo make install (installs embedded application in system) ## Cleaning - $ make clean (removes files created with make) - $ make distclean (removes files created with configure also) + $ make clean (removes files created with make) + $ make distclean (removes files created with configure also) ## Options $ ../m3ua/configure --enable-debug diff --git a/README.maintainer b/README.maintainer index 4c3c7f6..d68bd7e 100644 --- a/README.maintainer +++ b/README.maintainer @@ -28,9 +28,9 @@ Note: 5. autoreconf (remakes above files after changes) ## Building - 1. mkdir ../m3ua.build (create build directory) - 2. cd ../m3ua.build (change working directory for build) - 3. ../m3ua/configure (creates Makefiles) + 1. mkdir ../m3ua.build (create build directory) + 2. cd ../m3ua.build (change working directory for build) + 3. ../m3ua/configure (creates Makefiles) 4. make (builds entire package) 5. make check (run dialyzer and common_test)