summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2010-12-06 01:33:49 -0200
committerIsmael Luceno2010-12-06 03:07:33 -0200
commitc3ad936aa24167e287b98df46f4763ea9de18ea6 (patch)
treec053ce9d44ee96a70f22239abd617272daacb1fd
parentdfafe92b38d2310245c34bf00911a7ec5c5c4d28 (diff)
cc-mode: move into emacs-lisp section
-rwxr-xr-xeditors/cc-mode/BUILD2
-rwxr-xr-xeditors/cc-mode/INSTALL2
-rwxr-xr-xemacs-lisp/cc-mode/DEPENDS (renamed from editors/cc-mode/DEPENDS)0
-rwxr-xr-xemacs-lisp/cc-mode/DETAILS (renamed from editors/cc-mode/DETAILS)0
-rw-r--r--emacs-lisp/cc-mode/HISTORY (renamed from editors/cc-mode/HISTORY)3
5 files changed, 3 insertions, 4 deletions
diff --git a/editors/cc-mode/BUILD b/editors/cc-mode/BUILD
deleted file mode 100755
index 67333639a5..0000000000
--- a/editors/cc-mode/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-emacs -batch -q -f batch-byte-compile cc-*.el &&
-makeinfo cc-mode.texi
diff --git a/editors/cc-mode/INSTALL b/editors/cc-mode/INSTALL
deleted file mode 100755
index 7ee956f6f0..0000000000
--- a/editors/cc-mode/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-mkdir -p ${INSTALL_ROOT}/usr/share/emacs/site-lisp/cc-mode &&
-install cc-*.elc ${INSTALL_ROOT}/usr/share/emacs/site-lisp/cc-mode/
diff --git a/editors/cc-mode/DEPENDS b/emacs-lisp/cc-mode/DEPENDS
index 3c508737c2..3c508737c2 100755
--- a/editors/cc-mode/DEPENDS
+++ b/emacs-lisp/cc-mode/DEPENDS
diff --git a/editors/cc-mode/DETAILS b/emacs-lisp/cc-mode/DETAILS
index 76297e14f5..76297e14f5 100755
--- a/editors/cc-mode/DETAILS
+++ b/emacs-lisp/cc-mode/DETAILS
diff --git a/editors/cc-mode/HISTORY b/emacs-lisp/cc-mode/HISTORY
index 50d47ddb51..133d370d38 100644
--- a/editors/cc-mode/HISTORY
+++ b/emacs-lisp/cc-mode/HISTORY
@@ -1,3 +1,6 @@
+2010-12-06 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, INSTALL: removed, already provided by the emacs-lisp section
+
2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.