summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-12-03 08:26:18 +0000
committerNorbert Preining <preining@logic.at>2007-12-03 08:26:18 +0000
commite09c1aed2cf9bc6ee41fb50eaecab031f4cdcc99 (patch)
treeea6f4d377fe6003f9e24377205bcd452719ff6ae /Master
parentc516cee3d2a5c120831fb666dbfd97eac2f33a46 (diff)
ad stuff to be done
git-svn-id: svn://tug.org/texlive/trunk@5695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/tlpkg/TODO b/Master/tlpkg/TODO
index 39dcb58f1d6..ab27ef6df5e 100644
--- a/Master/tlpkg/TODO
+++ b/Master/tlpkg/TODO
@@ -1,6 +1,22 @@
TODO for TeX Live
=================
+installer
+---------
+
+- write TLPDB->make_fmtutil_cnf_lines and TLPDB->make_updmap_cfg_lines
+ returning arrays of lines.
+
+- using the above functions the installer should do the following at the
+ end of the installation and after an upgrade session:
+ . call the above two functions
+ . check on the existence of texmf-local/web2c/fmtutil-local.cnf and
+ texmf-local/web2c/updmap-local.cfg and merge these files with the
+ above lines
+ . write out the final config files to texmf-var and call the respective
+ update programs
+
+
infra structure
---------------