From 33ac59b5c59d52b10cc2a7d22fccfe66a0b7062c Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 8 Dec 2008 17:22:18 +0000 Subject: [PATCH] rename git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10657 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 10 +++++----- {support => support-d}/.bashrc | 0 {support => support-d}/.emacs | 0 {support => support-d}/.screenrc | 0 {support => support-d}/freeswitch.pub | 0 {support => support-d}/install-cc-mode.sh | 0 {support => support-d}/shinzon.pub | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename {support => support-d}/.bashrc (100%) rename {support => support-d}/.emacs (100%) rename {support => support-d}/.screenrc (100%) rename {support => support-d}/freeswitch.pub (100%) rename {support => support-d}/install-cc-mode.sh (100%) rename {support => support-d}/shinzon.pub (100%) diff --git a/Makefile.am b/Makefile.am index 1713e0c721..f5c82fb98a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -450,11 +450,11 @@ $(OUR_MODULES): test -z "$$fail" support: - @cat support/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 - @cp support/.emacs ~ - @cp support/.screenrc ~ - @cp support/.bashrc ~ - @sh support/install-cc-mode.sh + @cat support-d/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2 + @cp support-d/.emacs ~ + @cp support-d/.screenrc ~ + @cp support-d/.bashrc ~ + @sh support-d/install-cc-mode.sh # Special targets diff --git a/support/.bashrc b/support-d/.bashrc similarity index 100% rename from support/.bashrc rename to support-d/.bashrc diff --git a/support/.emacs b/support-d/.emacs similarity index 100% rename from support/.emacs rename to support-d/.emacs diff --git a/support/.screenrc b/support-d/.screenrc similarity index 100% rename from support/.screenrc rename to support-d/.screenrc diff --git a/support/freeswitch.pub b/support-d/freeswitch.pub similarity index 100% rename from support/freeswitch.pub rename to support-d/freeswitch.pub diff --git a/support/install-cc-mode.sh b/support-d/install-cc-mode.sh similarity index 100% rename from support/install-cc-mode.sh rename to support-d/install-cc-mode.sh diff --git a/support/shinzon.pub b/support-d/shinzon.pub similarity index 100% rename from support/shinzon.pub rename to support-d/shinzon.pub