# HG changeset patch # User Malcolm # Date 1739194029 -3600 # Mon Feb 10 14:27:09 2025 +0100 # Node ID 7a7e5ad99c7b2187364c286a131571362deb8850 # Parent 6f8ef776b45343ee9fae9c1cb62fc7ed59f55efc FIX Remaking moved or deleted files diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,62 +2,63 @@ # Table of Contents -1. [About](#org27913d6) - 1. [Why Does This Exist?](#orgbf46bfc) -2. [Parallelism](#orgd3d922e) -3. [Content Hash Based Builds](#org9f2f3b2) -4. [Terminology](#orgdc28572) -5. [Projects](#org649a08e) - 1. [Ocaml](#org9ddb4e5) - 2. [Third-party](#org7b99520) -6. [Dependencies](#orgea56d00) -7. [Configuration](#org14e2b4d) - 1. [Configuration Variables For Projects](#org3344c3b) - 2. [Configuration Variables For Tests](#orgbd24be8) - 3. [Outputting the configuration](#orga0701b9) -8. [Produced Files](#orga0feeea) -9. [Documentation](#org93fbfd2) -10. [Selectors](#orge3be3e9) -11. [Changelog](#org3afc856) - 1. [1.0.0](#org6090dfe) - 2. [1.1.0](#org1087efa) - 3. [2.0.0](#org4837bf9) - 4. [3.0.0](#org0858846) - 5. [3.0.1](#org461e1c4) - 6. [3.0.2](#org04e5f50) - 7. [3.0.3](#org18e020c) - 8. [3.0.4](#org19297ee) - 9. [3.1.0](#orga6961dd) - 10. [3.1.1](#orge057ee2) - 11. [4.11](#orgd5fcaf6) - 12. [4.12](#orge696a30) - 13. [4.13](#org194edfe) - 14. [5.14](#org0b4c453) - 15. [5.15](#orgeb4f836) - 16. [5.16](#org9529da1) - 17. [5.17 (bug release)](#orge4b8857) - 18. [5.18](#orgd63f583) - 19. [5.19](#orgebed321) - 20. [6.20](#org48d6fed) - 21. [5.21](#orgf5dbe2e) - 22. [5.22](#org2a4829e) - 23. [5.23](#org14012c0) - 24. [5.24](#org39f4d76) - 25. [5.25](#org4ac743f) - 26. [5.26 (bug release)](#org9cc944f) - 27. [5.27](#orgfb401f1) - 28. [5.28](#org5e50c40) - 29. [5.29](#orgd927605) - 30. [6.43](#org2b1d22b) - 31. [6.44](#org783e4cb) - 32. [6.45](#org653a674) - 33. [6.46](#orgc471fc3) - 34. [6.47](#orgb913730) - 35. [6.48](#org7368de7) - 36. [6.49](#org54789c2) +1. [About](#org02965e4) + 1. [Why Does This Exist?](#org294dbf8) +2. [Parallelism](#orgf516fe7) +3. [Content Hash Based Builds](#orgf880858) +4. [Terminology](#org7942aee) +5. [Projects](#orga86e50d) + 1. [Ocaml](#orge1b151f) + 2. [Third-party](#org4b0ac75) +6. [Dependencies](#orgbe9552e) +7. [Configuration](#orgdbf0f73) + 1. [Configuration Variables For Projects](#orgd33ba2b) + 2. [Configuration Variables For Tests](#orgcd63039) + 3. [Outputting the configuration](#org4064847) +8. [Produced Files](#orgeeca028) +9. [Documentation](#org8fce142) +10. [Selectors](#org218b391) +11. [Changelog](#orge07e873) + 1. [1.0.0](#orgabf8e18) + 2. [1.1.0](#org2823268) + 3. [2.0.0](#org80b5904) + 4. [3.0.0](#org1c16cfa) + 5. [3.0.1](#org547ee4e) + 6. [3.0.2](#org4e29cbf) + 7. [3.0.3](#org9a6a4e9) + 8. [3.0.4](#org3de5ad8) + 9. [3.1.0](#orgdb15021) + 10. [3.1.1](#org0f81934) + 11. [4.11](#org857cd2d) + 12. [4.12](#org0d8a259) + 13. [4.13](#orgcf52e1d) + 14. [5.14](#orgcae44c0) + 15. [5.15](#orgdfaec27) + 16. [5.16](#orgd18ee2a) + 17. [5.17 (bug release)](#org8465c9e) + 18. [5.18](#org7219af1) + 19. [5.19](#org785beb4) + 20. [6.20](#org5c4f0b6) + 21. [5.21](#orgabd4261) + 22. [5.22](#orge892d05) + 23. [5.23](#org68ab407) + 24. [5.24](#org9a3b6fb) + 25. [5.25](#orgb6db298) + 26. [5.26 (bug release)](#org826e4b5) + 27. [5.27](#orgd1360dd) + 28. [5.28](#org37927e3) + 29. [5.29](#orgd7e4b38) + 30. [6.43](#orge80dc14) + 31. [6.44](#org8371d9e) + 32. [6.45](#org335bbc6) + 33. [6.46](#org6113200) + 34. [6.47](#org0b074fc) + 35. [6.48](#org6b172de) + 36. [6.49](#orgc49bf2b) + 37. [6.50](#orgc7a8aa1) - + # About @@ -124,7 +125,7 @@ `build/test-release`. - + ## Why Does This Exist? @@ -137,7 +138,7 @@ meant to be non-intrusive. - + # Parallelism @@ -157,7 +158,7 @@ error. - + # Content Hash Based Builds @@ -177,7 +178,7 @@ that causes a rebuild. - + # Terminology @@ -189,7 +190,7 @@ `library`, this applies only to ocaml projects.. - + # Projects @@ -200,7 +201,7 @@ and `clean`. - + ## Ocaml @@ -251,7 +252,7 @@ - + ## Third-party @@ -259,7 +260,7 @@ to have one which corresponds to the pds interface. - + # Dependencies @@ -270,7 +271,7 @@ as a dependency in the dependents `Makefile`. - + # Configuration @@ -324,7 +325,7 @@ install = false - + ## Configuration Variables For Projects @@ -474,7 +475,7 @@ The same precedence applies to test builds. - + ## Configuration Variables For Tests @@ -489,7 +490,7 @@ 3. `tests..