# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
-# 2015, 2016, 2017, 2018, 2019, 2020 Massachusetts Institute of
-# Technology
+# 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Massachusetts
+# Institute of Technology
#
# This file is part of MIT/GNU Scheme.
#
(string-pad-left (number->string
(random-integer 10000))
4 #\0))))
+ (let ((input (merge-pathnames "Tags.sh" root-dir)))
+ (let ((results (translation (read-file-leader input))))
+ (if (pair? results)
+ (translate-file input suffix results))))
(for-each (lambda (dir)
(translate-directory (merge-pathnames dir root-dir)
suffix
"dist/make-upload-files"
"dist/scheme-inst.nsi"
"doc/ffi/Makefile.in"
+ "doc/bootstrap"
"doc/index.html"
"doc/info-dir"
"doc/mit-scheme.1"