From f2b42a44bdb4ba11b97b4d7360fc1031700ba8c3 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 21 Aug 2009 13:20:08 -0700 Subject: [PATCH] Fixed `make tags', src/TAGS. --- .gitignore | 1 + src/Setup.sh | 2 +- src/TAGS | 2 -- src/microcode/Tags.sh | 6 ++++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100755 src/microcode/Tags.sh diff --git a/.gitignore b/.gitignore index 618f51120..28d174a6b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.crf *.fre TAGS +!/src/TAGS *.o *.lo *.la diff --git a/src/Setup.sh b/src/Setup.sh index 8cd630566..aa56d03f6 100755 --- a/src/Setup.sh +++ b/src/Setup.sh @@ -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 diff --git a/src/TAGS b/src/TAGS index 0f13e482a..6018ec20b 100644 --- a/src/TAGS +++ b/src/TAGS @@ -1,6 +1,4 @@ -/scheme/documentation/ref-manual/TAGS,include - runtime/TAGS,include microcode/TAGS,include diff --git a/src/microcode/Tags.sh b/src/microcode/Tags.sh new file mode 100755 index 000000000..600128709 --- /dev/null +++ b/src/microcode/Tags.sh @@ -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 -- 2.25.1