summaryrefslogtreecommitdiff
path: root/build/MakeEtags
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-02-18 13:43:28 +0000
committerRoy T. Fielding <fielding@apache.org>2001-02-18 13:43:28 +0000
commitce96a5a882c2870ee2f17f3d97c2f67eb0876c7e (patch)
tree287c4e38ddefeb996bbd245e00ec8f50cbaac734 /build/MakeEtags
parentdbb35d7ea66194af646ea03510751ecbc78ab95c (diff)
downloadapr-ce96a5a882c2870ee2f17f3d97c2f67eb0876c7e.tar.gz
Fix some old comments. Why is this file here? It should be a make target.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61252 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/MakeEtags')
-rwxr-xr-xbuild/MakeEtags14
1 files changed, 7 insertions, 7 deletions
diff --git a/build/MakeEtags b/build/MakeEtags
index 1b030a3fc..c4e957c97 100755
--- a/build/MakeEtags
+++ b/build/MakeEtags
@@ -1,19 +1,19 @@
#!/bin/sh
# This file illustrates how to generate a useful TAGS file via etags
-# for emacs. This should be invoked from the src directory i.e.:
-# > helpers/MakeEtags
-# and will create a TAGS file in the src directory.
+# for emacs. This should be invoked from the top source directory i.e.:
+# > build/MakeEtags
+# and will create a TAGS file in the top source directory.
# This script falls under the Apache License.
# See http://www.apache.org/docs/LICENSE
-# Once you have created src/TAGS in emacs you'll need to setup
-# tag-table-alist with an entry to assure it finds the single src/TAGS
+# Once you have created ./TAGS in emacs you'll need to setup
+# tag-table-alist with an entry to assure it finds the single ./TAGS
# file from the many source directories. Something along these lines:
# (setq tag-table-alist
-# '(("/home/me/work/apache-1.3/src/"
-# . "/home/me/work/apache-1.3/src/")
+# '(("/home/me/work/httpd-2.0/"
+# . "/home/me/work/httpd-2.0/")
# ))
# This requires a special version of etags, i.e. the