From 7682b50699a2fa81f8ad8ba6098fa83cc5d39ae3 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 25 Sep 2017 12:29:59 +0800 Subject: [PATCH] automake: remove files required by automake INSTALL, NEWS, README, AUTHORS, and ChangeLog are required by automake, since we've switched to cmake, remove the empty ones. Signed-off-by: Kefu Chai --- ChangeLog | 0 INSTALL | 12 ------------ NEWS | 0 README | 1 - 4 files changed, 13 deletions(-) delete mode 100644 ChangeLog delete mode 100644 INSTALL delete mode 100644 NEWS delete mode 120000 README diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 6cabcdaf0b0..00000000000 --- a/INSTALL +++ /dev/null @@ -1,12 +0,0 @@ -Installation Instructions -************************* - -To use Ceph - - Read online http://docs.ceph.com/docs/master/start/ - Read from sources doc/start - -To build from sources - - Read online http://docs.ceph.com/docs/master/install/build-ceph/ - Read from sources doc/install/build-ceph.rst diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/README b/README deleted file mode 120000 index 42061c01a1c..00000000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -README.md \ No newline at end of file -- 2.47.3