Skip to content

Commit 9497a61

Browse files
committed
[SQUASH] partial update re dybvig/stex#7 (comment)
1 parent 0651eca commit 9497a61

File tree

5 files changed

+8
-36
lines changed

5 files changed

+8
-36
lines changed

build.zuo

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,15 @@
233233
;; in parallel to doc-project-names
234234
'(InstallCSUG InstallReleaseNotes))
235235
(define (targets-for-doc name install-dir-key)
236-
(define doc-dir (at-dir ".." name))
236+
(define doc-dir (at-dir ".." name)) ;; ".." goes out of the workarea
237237
(define mf-in (at-source "makefiles" (~a "Makefile-" name ".in")))
238238
(define mf-out (build-path doc-dir "Makefile"))
239239
(define name-sym (string->symbol name))
240240
(define (run-make target)
241241
(check-not-kernel-only)
242+
;; Note: build.bat on Windows does not currently configure these
243+
;; settings, so only evaluate (hash-ref config ...) when trying to
244+
;; build a target, not while merely generating the list of targets.
242245
(define install-dir
243246
(hash-ref config install-dir-key))
244247
(define other-install-dir-key

csug/scheme.hsty

Lines changed: 0 additions & 33 deletions
This file was deleted.

makefiles/Makefile-csug.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
srcdir=oops-missing-srcdir
22
installdir=oops-missing-installdir
33
InstallReleaseNotes=oops-missing-InstallReleaseNotes
4-
relInstallReleaseNotes=oops-missing-InstallReleaseNotes
4+
relInstallReleaseNotes=oops-missing-relInstallReleaseNotes
55
m=oops-missing-m
66
STEXLIB=oops-missing-stexlib
77
# Zuo overrides the above variables when running `make`

release_notes/releasenotes.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ table.indent {margin-left: 20px}
5555
.tag{ color: navy; font-weight: bold; }
5656
.entity{ color: purple; font-weight: bold; }
5757
.errflag{ color: red; font-weight: bold; }
58+
.schemedisplay { line-height: 1.0625; }
59+
.schemedisplay .katex { font-size: 1em; }

0 commit comments

Comments
 (0)