From be0dfba9b2ef0e874cdbc1577fc9222d66c99934 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 7 Jan 2012 17:57:07 +0100 Subject: [PATCH] other: move files to Documentation/ directory Signed-off-by: Sami Kerola --- BUGS => Documentation/BUGS | 0 CodingStyle => Documentation/CodingStyle | 0 FAQ => Documentation/FAQ | 0 TODO => Documentation/TODO | 0 Makefile.am | 7 ++++--- 5 files changed, 4 insertions(+), 3 deletions(-) rename BUGS => Documentation/BUGS (100%) rename CodingStyle => Documentation/CodingStyle (100%) rename FAQ => Documentation/FAQ (100%) rename TODO => Documentation/TODO (100%) diff --git a/BUGS b/Documentation/BUGS similarity index 100% rename from BUGS rename to Documentation/BUGS diff --git a/CodingStyle b/Documentation/CodingStyle similarity index 100% rename from CodingStyle rename to Documentation/CodingStyle diff --git a/FAQ b/Documentation/FAQ similarity index 100% rename from FAQ rename to Documentation/FAQ diff --git a/TODO b/Documentation/TODO similarity index 100% rename from TODO rename to Documentation/TODO diff --git a/Makefile.am b/Makefile.am index 2b7c3b41..06b70ed4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,12 +77,13 @@ sysconf_DATA = sysctl.conf EXTRA_DIST = \ autogen.sh \ - CodingStyle \ contrib \ COPYING.LIB \ + Documentation/CodingStyle \ + Documentation/TODO \ $(sysconf_DATA) procpsngdir = $(docdir) dist_procpsng_DATA = \ - BUGS \ - FAQ + Documentation/BUGS \ + Documentation/FAQ