[bt-devel] BT Latest update test

Fred Saalbach bt-devel@crosswire.org
Sun, 13 Jan 2002 19:33:51 -0500


I compiled BT with Martin's latest update.
only one problem.  I needed to delete the prevously installed files
before the kde help center would call the XML pages.

Otherwise BT seems to work fine including the linbks to the three parts
of the BT documentation.

____________
Joachim

I tried your new method of generating xml, make unicode-files  It
processed without any errors, so I think it works OK, A quick check of
the resulting files looks OK.  Here is the text of the process if you
want to see if it runs as you expected on my system  Mandrake 8.1

Fred Saalbach
------------


[root@localhost handbook]# make unicode-files
cd ../../.. && automake --gnu docs/de/handbook/Makefile
cd ../../.. && perl admin/am_edit docs/de/handbook/Makefile.in
cd ../../.. \
  && CONFIG_FILES=docs/de/handbook/Makefile CONFIG_HEADERS= /bin/sh
./config.status
fast creating docs/de/handbook/Makefile
for f in `ls ../../en/handbook/unicode/*.docbook`; do \
        pofile=`echo $f | sed s/\.docbook/\.po/`; \
        pofile=`echo $pofile | sed
s/"..\/..\/en\/handbook\/unicode\/"//`; \
        newfile=`echo $f | sed s/"..\/..\/en\/handbook\/unicode\/"//`; \
        echo "Calling po2xml $f po/$pofile  > unicode/$newfile"; \
        po2xml $f po/$pofile > unicode/$newfile; \
done;
Calling po2xml ../../en/handbook/unicode/hdbk-intro.docbook
po/hdbk-intro.po  >
unicode/hdbk-intro.docbook
Calling po2xml ../../en/handbook/unicode/hdbk-operation.docbook
po/hdbk-operation.po  > unicode/hdbk-operation.docbook
Calling po2xml ../../en/handbook/unicode/hdbk-start.docbook
po/hdbk-start.po  >
unicode/hdbk-start.docbook
Calling po2xml ../../en/handbook/unicode/hdbk-toolbars.docbook
po/hdbk-toolbars.po  > unicode/hdbk-toolbars.docbook
Calling po2xml ../../en/handbook/unicode/index.docbook po/index.po  >
unicode/index.docbook
[root@localhost handbook]#
--------------