diff options
author | bcameron <> | 2004-01-05 20:15:43 +0000 |
---|---|---|
committer | bcameron <> | 2004-01-05 20:15:43 +0000 |
commit | 9fbee661a28e19478ed8c8653613ea03f6746e36 (patch) | |
tree | 97ee042d11a2c34427ca3b249b7bf2584ee72cb7 /README | |
parent | 3e355cdcf2760ccb803a8b97574604392cc5310c (diff) | |
download | intltool-9fbee661a28e19478ed8c8653613ea03f6746e36.tar.gz |
2004-01-05 Brian Cameron <brian.cameron@sun.com>
* configure.in, intltoolize.in, Makefile.am, NEWS, README:
Removed references to OrigTree and the modules directory
since the OrigTree module is longer used.
* intltool-merge.in.in, tests/cases/merge6.xml.in,
tests/results/merge6.xml: Now intltool-merge retains the
DOCTYPE from the original document in the output.
Also, it translates entities in attributes properly (see
the intltool_tree_start function. Lastly it no longer
uses the OrigTree Style. Now just uses Tree and
overrides the start and char handlers. Much cleaner.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -43,10 +43,9 @@ To use intltool in your module, do the following: AC_PROG_INTLTOOL([minimum required version]) - o Add intltool-extract.in, intltool-merge.in, intltool-update.in and - intltool-modules/XML/Parser/Style/OrigTree.pm to EXTRA_DIST in your - top-level Makefile.am and also to the top-level .cvsignore. Also add the - non-.in versions to .cvsignore + o Add intltool-extract.in, intltool-merge.in, and intltool-update.in + to EXTRA_DIST in your top-level Makefile.am and also to the top-level + .cvsignore. Also add the non-.in versions to .cvsignore. o Remove po/desk.pl and po/update.* scripts. intltool-update will take over their functionality. |