aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-27 04:16:39 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-27 04:16:39 +0000
commit2eb54b1ef835e793963fce4138cc1d78e4f4883b (patch)
tree8e8b364dc44fb618f5973a710a0fa215867d3c48 /TODO
parenta6b14a62e4c347c6459d7aee6590581aff17f001 (diff)
downloadopen-axiom-2eb54b1ef835e793963fce4138cc1d78e4f4883b.tar.gz
Fix SF/2781848
* interp/daase.lisp (make-databases): Build glossary files too. * interp/br-data.boot (buildGloss): gloss.text now lives in doc/. * interp/br-search.boot (grepSource): Likewise. * interp/ht-root.boot (htGlossPage): Likewise. * etc/Makefile.in (openaxiom_glossfiles): New. (mostlyclean-local): Remove them too. (stamp-databases): Now copy glossary files too. * doc/Makefile.in ($(OUT)/gloss.text): New rule. (stamp): Make it a prerequisite. * Makefile.pamphlet (all-databases): Make all-doc a prerequisite. (all-hyper-post): Likewise. * doc/gloss.text: Resurect.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index a44f23d4..81456d39 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,7 @@
=== TODO ===
============
+* Improve efficiency of array operations.
* Rework subsumption.
* Finish network communication support.
* Finish Bemol backend.