From 803bf7f84a1e00237cc9545695ee5fb7d7495502 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 3 Aug 2017 11:55:34 +0200 Subject: [PATCH] New folder for install and upgrade tasks --- {doc => install}/CHANGELOG.txt | 0 {doc => install}/COPYRIGHT.txt | 0 {doc => install}/INSTALL.mysql.txt | 0 {doc => install}/INSTALL.txt | 0 {doc => install}/LICENSE.txt | 0 {doc => install}/UPGRADE.txt | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {doc => install}/CHANGELOG.txt (100%) rename {doc => install}/COPYRIGHT.txt (100%) rename {doc => install}/INSTALL.mysql.txt (100%) rename {doc => install}/INSTALL.txt (100%) rename {doc => install}/LICENSE.txt (100%) rename {doc => install}/UPGRADE.txt (100%) diff --git a/doc/CHANGELOG.txt b/install/CHANGELOG.txt similarity index 100% rename from doc/CHANGELOG.txt rename to install/CHANGELOG.txt diff --git a/doc/COPYRIGHT.txt b/install/COPYRIGHT.txt similarity index 100% rename from doc/COPYRIGHT.txt rename to install/COPYRIGHT.txt diff --git a/doc/INSTALL.mysql.txt b/install/INSTALL.mysql.txt similarity index 100% rename from doc/INSTALL.mysql.txt rename to install/INSTALL.mysql.txt diff --git a/doc/INSTALL.txt b/install/INSTALL.txt similarity index 100% rename from doc/INSTALL.txt rename to install/INSTALL.txt diff --git a/doc/LICENSE.txt b/install/LICENSE.txt similarity index 100% rename from doc/LICENSE.txt rename to install/LICENSE.txt diff --git a/doc/UPGRADE.txt b/install/UPGRADE.txt similarity index 100% rename from doc/UPGRADE.txt rename to install/UPGRADE.txt