summaryrefslogtreecommitdiff
path: root/doc/tools/src2html1.4a/ctags-emacs/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/src2html1.4a/ctags-emacs/README')
-rw-r--r--doc/tools/src2html1.4a/ctags-emacs/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/tools/src2html1.4a/ctags-emacs/README b/doc/tools/src2html1.4a/ctags-emacs/README
deleted file mode 100644
index 83415c92f4..0000000000
--- a/doc/tools/src2html1.4a/ctags-emacs/README
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# $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.