summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html1.4a/ctags-emacs/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 17:09:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 17:09:26 +0000
commit56cab83f90610750786c4a1ea279ea3e4bd94722 (patch)
tree0a861158baf9751226bad1b17e36c704a010b54b /doc/tools/src2html1.4a/ctags-emacs/README
parentbuilding up src2html (diff)
downloadrtems-56cab83f90610750786c4a1ea279ea3e4bd94722.tar.bz2
Added emacs Ada tags stuff
Diffstat (limited to 'doc/tools/src2html1.4a/ctags-emacs/README')
-rw-r--r--doc/tools/src2html1.4a/ctags-emacs/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/tools/src2html1.4a/ctags-emacs/README b/doc/tools/src2html1.4a/ctags-emacs/README
new file mode 100644
index 0000000000..83415c92f4
--- /dev/null
+++ b/doc/tools/src2html1.4a/ctags-emacs/README
@@ -0,0 +1,20 @@
+#
+# $Id$
+#
+
+Included in this directory is a patch for the file lib-src/etags.c
+from emacs-20.2. This patch and the following instructions may
+or may not work for any other emacs version.
+
+mkdir work
+tar xzf ..../emacs-20.2.tar.gz
+cd emacs-20.2/lib-src
+patch <...../etags.c-ada-patch
+cd ../..
+mkdir build
+cd build
+../emacs-20.2/configure
+cd lib-src
+gmake ctags
+
+The ctags file in this directory is a pre-compiled binary.