changeset 937 | dc5ab66b11cc |
parent 928 | 2f3c077359c4 |
--- a/hws/build.sc Mon Oct 02 23:10:56 2023 +0100 +++ b/hws/build.sc Tue Oct 03 14:29:12 2023 +0100 @@ -33,6 +33,12 @@ } @main +def all() = { + make_sols() + make() +} + +@main def hg() = { println(os.proc("hg", "commit", "-m texupdate", files ++ pdf_files).call()) println(os.proc("hg", "push").call())