diff --git a/changelog b/changelog index ab53b62..3981e48 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,7 @@ -20081124 tpd src/axiom-website/patches.html +20081124 tpd src/axiom-website/patches.html 20081124.03.tpd.patch +20081124 tpd src/Makefile output util.ht before compiles (fix 7146) +20081124 tpd src/interp/htcheck.book move util.ht to doc +20081124 tpd src/axiom-website/patches.html 20081124.02.tpd.patch 20081124 tpd books/bookvol10.3 add domains 20081124 tpd books/ps/v103twodimensionalarray.ps added 20081124 tpd books/ps/v103tuple.ps added diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index c3b380b..f396c31 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -743,6 +743,8 @@ fraction.spad missed in category update
November release cleanup
20081124.02.tpd.patch bookvol10.3 add domains
+20081124.03.tpd.patch +move util.ht to doc (fix 7146)
\ No newline at end of file diff --git a/src/interp/htcheck.boot.pamphlet b/src/interp/htcheck.boot.pamphlet index c89777f..0fa6c18 100644 --- a/src/interp/htcheck.boot.pamphlet +++ b/src/interp/htcheck.boot.pamphlet @@ -95,7 +95,7 @@ $primitiveHtCommands := '( buildHtMacroTable() == $htMacroTable := MAKE_-HASHTABLE 'UEQUAL - fn := CONCAT(getEnv '"AXIOM", '"/doc/hypertex/pages/util.ht") + fn := CONCAT(getEnv '"AXIOM", '"/doc/util.ht") if PROBE_-FILE(fn) then instream := MAKE_-INSTREAM fn while not EOFP instream repeat