From e2f87cfb91d9c2a03c1b30cf9e33273e547e2eb4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 25 Jun 2019 14:31:09 +0300 Subject: [PATCH] Flatten the source tree --- doc/wordsplit.3 => wordsplit.3 | 0 tests/wordsplit.at => wordsplit.at | 0 src/wordsplit.c => wordsplit.c | 0 include/wordsplit.h => wordsplit.h | 0 tests/wsp.c => wsp.c | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename doc/wordsplit.3 => wordsplit.3 (100%) rename tests/wordsplit.at => wordsplit.at (100%) rename src/wordsplit.c => wordsplit.c (100%) rename include/wordsplit.h => wordsplit.h (100%) rename tests/wsp.c => wsp.c (100%) diff --git a/doc/wordsplit.3 b/wordsplit.3 similarity index 100% rename from doc/wordsplit.3 rename to wordsplit.3 diff --git a/tests/wordsplit.at b/wordsplit.at similarity index 100% rename from tests/wordsplit.at rename to wordsplit.at diff --git a/src/wordsplit.c b/wordsplit.c similarity index 100% rename from src/wordsplit.c rename to wordsplit.c diff --git a/include/wordsplit.h b/wordsplit.h similarity index 100% rename from include/wordsplit.h rename to wordsplit.h diff --git a/tests/wsp.c b/wsp.c similarity index 100% rename from tests/wsp.c rename to wsp.c