Skip to content

Commit

Permalink
[SQUASH] partial update re dybvig/stex#7 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiberalArtist committed Nov 22, 2023
1 parent 0651eca commit 9497a61
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 36 deletions.
5 changes: 4 additions & 1 deletion build.zuo
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,15 @@
;; in parallel to doc-project-names
'(InstallCSUG InstallReleaseNotes))
(define (targets-for-doc name install-dir-key)
(define doc-dir (at-dir ".." name))
(define doc-dir (at-dir ".." name)) ;; ".." goes out of the workarea
(define mf-in (at-source "makefiles" (~a "Makefile-" name ".in")))
(define mf-out (build-path doc-dir "Makefile"))
(define name-sym (string->symbol name))
(define (run-make target)
(check-not-kernel-only)
;; Note: build.bat on Windows does not currently configure these
;; settings, so only evaluate (hash-ref config ...) when trying to
;; build a target, not while merely generating the list of targets.
(define install-dir
(hash-ref config install-dir-key))
(define other-install-dir-key
Expand Down
33 changes: 0 additions & 33 deletions csug/scheme.hsty

This file was deleted.

2 changes: 1 addition & 1 deletion makefiles/Makefile-csug.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
srcdir=oops-missing-srcdir
installdir=oops-missing-installdir
InstallReleaseNotes=oops-missing-InstallReleaseNotes
relInstallReleaseNotes=oops-missing-InstallReleaseNotes
relInstallReleaseNotes=oops-missing-relInstallReleaseNotes
m=oops-missing-m
STEXLIB=oops-missing-stexlib
# Zuo overrides the above variables when running `make`
Expand Down
2 changes: 2 additions & 0 deletions release_notes/releasenotes.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ table.indent {margin-left: 20px}
.tag{ color: navy; font-weight: bold; }
.entity{ color: purple; font-weight: bold; }
.errflag{ color: red; font-weight: bold; }
.schemedisplay { line-height: 1.0625; }
.schemedisplay .katex { font-size: 1em; }
2 changes: 1 addition & 1 deletion stex

0 comments on commit 9497a61

Please sign in to comment.