From 406b6d311cebcf4022b90d0ef243534f4817b992 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 29 Aug 2022 18:38:52 +1000 Subject: [PATCH] misc: Move Documentation to doc Signed-off-by: Craig Small --- Makefile.am | 10 +++++----- {Documentation => doc}/CodingStyle.md | 0 {Documentation => doc}/FAQ | 0 {Documentation => doc}/TODO | 0 {Documentation => doc}/bugs.md | 0 .../howto-uClibc-buildroot-compilation.txt | 0 {Documentation => doc}/libproc.supp | 0 {Documentation => doc}/translations.md | 0 8 files changed, 5 insertions(+), 5 deletions(-) rename {Documentation => doc}/CodingStyle.md (100%) rename {Documentation => doc}/FAQ (100%) rename {Documentation => doc}/TODO (100%) rename {Documentation => doc}/bugs.md (100%) rename {Documentation => doc}/howto-uClibc-buildroot-compilation.txt (100%) rename {Documentation => doc}/libproc.supp (100%) rename {Documentation => doc}/translations.md (100%) diff --git a/Makefile.am b/Makefile.am index 202e0870..110b9200 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,8 +98,8 @@ EXTRA_DIST = \ autogen.sh \ COPYING.LIB \ misc/git-version-gen \ - Documentation/CodingStyle.md \ - Documentation/TODO \ + doc/CodingStyle.md \ + doc/TODO \ src/ps/HACKING \ src/ps/regression \ $(DIST_MAN_POTS) @@ -111,9 +111,9 @@ endif procpsngdir = $(docdir) dist_procpsng_DATA = \ - Documentation/bugs.md \ - Documentation/FAQ \ - Documentation/libproc.supp + doc/bugs.md \ + doc/FAQ \ + doc/libproc.supp if BUILD_PIDOF if !CYGWIN diff --git a/Documentation/CodingStyle.md b/doc/CodingStyle.md similarity index 100% rename from Documentation/CodingStyle.md rename to doc/CodingStyle.md diff --git a/Documentation/FAQ b/doc/FAQ similarity index 100% rename from Documentation/FAQ rename to doc/FAQ diff --git a/Documentation/TODO b/doc/TODO similarity index 100% rename from Documentation/TODO rename to doc/TODO diff --git a/Documentation/bugs.md b/doc/bugs.md similarity index 100% rename from Documentation/bugs.md rename to doc/bugs.md diff --git a/Documentation/howto-uClibc-buildroot-compilation.txt b/doc/howto-uClibc-buildroot-compilation.txt similarity index 100% rename from Documentation/howto-uClibc-buildroot-compilation.txt rename to doc/howto-uClibc-buildroot-compilation.txt diff --git a/Documentation/libproc.supp b/doc/libproc.supp similarity index 100% rename from Documentation/libproc.supp rename to doc/libproc.supp diff --git a/Documentation/translations.md b/doc/translations.md similarity index 100% rename from Documentation/translations.md rename to doc/translations.md