Fixed `make tags', src/TAGS.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 21 Aug 2009 20:20:08 +0000 (13:20 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 21 Aug 2009 20:20:08 +0000 (13:20 -0700)
.gitignore
src/Setup.sh
src/TAGS
src/microcode/Tags.sh [new file with mode: 0755]

index 618f511207d598d20e6459cddf4eaa0c447ecbdc..28d174a6b84d719f0186fd4577d2d75b31f2d60a 100644 (file)
@@ -12,6 +12,7 @@
 *.crf
 *.fre
 TAGS
+!/src/TAGS
 *.o
 *.lo
 *.la
index 8cd6305664641ebb7115b52a00b97aeb2106a468..aa56d03f621a45a9999cc8f669e955f834933b2a 100755 (executable)
@@ -34,7 +34,7 @@ fi
 . etc/functions.sh
 
 INSTALLED_SUBDIRS="cref edwin imail sf sos ssp star-parser xml"
-OTHER_SUBDIRS="6001 compiler runtime win32 xdoc microcode"
+OTHER_SUBDIRS="6001 compiler rcs runtime win32 xdoc microcode"
 
 # lib
 maybe_mkdir lib
index 0f13e482a5c49266d67e8197c8160ad05071a9f2..6018ec20be799ab9410c6c5371cc781fd1f52504 100644 (file)
--- a/src/TAGS
+++ b/src/TAGS
@@ -1,6 +1,4 @@
 \f
-/scheme/documentation/ref-manual/TAGS,include
-\f
 runtime/TAGS,include
 \f
 microcode/TAGS,include
diff --git a/src/microcode/Tags.sh b/src/microcode/Tags.sh
new file mode 100755 (executable)
index 0000000..6001287
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Utility to make TAGS file for the MIT/GNU Scheme MICROCODE build
+# directory.  The working directory must be the build directory.
+
+make tags