axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] 20081124.03.tpd.patch (move util.ht to doc (fix 7146))


From: daly
Subject: [Axiom-developer] 20081124.03.tpd.patch (move util.ht to doc (fix 7146))
Date: Mon, 24 Nov 2008 15:50:45 -0600

bug 7146 fixed. Axiom uses util.ht at compile time but the build
no longer expands ht pages. They are drawn directly from the book
at runtime as they are needed. The util.ht file is an exception.

===============================================================
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<br/>
 November release cleanup<br/>
 <a href="patches/20081124.02.tpd.patch">20081124.02.tpd.patch</a>
 bookvol10.3 add domains<br/>
+<a href="patches/20081124.03.tpd.patch">20081124.03.tpd.patch</a>
+move util.ht to doc (fix 7146)<br/>
 
  </body>
 </html>
\ 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]