From: Matt Birkholz Date: Fri, 21 Aug 2009 20:20:08 +0000 (-0700) Subject: Fixed `make tags', src/TAGS. X-Git-Tag: 20100708-Gtk~363 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f2b42a44bdb4ba11b97b4d7360fc1031700ba8c3;p=mit-scheme.git Fixed `make tags', src/TAGS. --- 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