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