[BUG?] Issues in recent doc switch for gnome-panel



I'm porting Italian user's guide in gnome-panel package to recently
switched gnome-doc-utils. There are 3 issues:

     1. Figures are not installed. See the console log[1] for clock. In
        Makefile there are those entries[2], but no DOC_FIGURES is
        declared. So I suppose it depends on some Makefile.am missing,
        but I did't explore it deeply.
     2. The fish applet code claims for "fish-applet-2.xml", while now
        the document's name is "fish.xml" (applet popup menu and Help
        button in Preferences dialog).
     3. Value in document header (<article id="index" lang="../xx/xx">)
        should be simply lang="xx". But this could be an issue of my
        system: I'm updating the gnome-doc-utils translation too, and it
        seems that intltool-update generates a wrong it.po (and POT)
        file here[3], so maybe this could be related.


PS I'm not on gnome-doc-list :-P

[1] 
/bin/sh ../../mkinstalldirs /opt/gnome/share/gnome/help/clock/C
/bin/sh ../../mkinstalldirs /opt/gnome/share/gnome/help/clock/it
/bin/sh ../../mkinstalldirs /opt/gnome/share/gnome/help/clock/sr
/usr/bin/install -c -m 644 C/legal.xml /opt/gnome/share/gnome/help/clock/C/legal.xml
/usr/bin/install -c -m 644 C/clock.xml /opt/gnome/share/gnome/help/clock/C/clock.xml
/usr/bin/install -c -m 644 it/clock.xml /opt/gnome/share/gnome/help/clock/it/clock.xml
/usr/bin/install -c -m 644 sr/clock.xml /opt/gnome/share/gnome/help/clock/sr/clock.xml
/usr/bin/install -c -m 644 it/legal.xml /opt/gnome/share/gnome/help/clock/it/legal.xml
/usr/bin/install -c -m 644 sr/legal.xml /opt/gnome/share/gnome/help/clock/sr/legal.xml
/bin/sh ../../mkinstalldirs /opt/gnome/share/omf/clock
/usr/bin/install -c -m 644 clock-C.omf /opt/gnome/share/omf/clock/clock-C.omf
/usr/bin/install -c -m 644 clock-it.omf /opt/gnome/share/omf/clock/clock-it.omf
/usr/bin/install -c -m 644 clock-sr.omf /opt/gnome/share/omf/clock/clock-sr.omf
scrollkeeper-update -p /var/lib/scrollkeeper -o /opt/gnome/share/omf/clock

[2]
_DOC_C_FIGURES = $(if $(DOC_FIGURES),                                   \
        $(foreach fig,$(DOC_FIGURES),C/$(fig)),                         \
        $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/C/figures/*.png)))


_DOC_LC_FIGURES = $(foreach lc,$(DOC_LINGUAS),                                  \
        $(if $(DOC_FIGURES),                                                    \
        $(foreach fig,$(DOC_FIGURES),$(lc)/$(fig)),                             \
        $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/$(lc)/figures/*.png)) ))

[3]
i.e. this entry (note the missing form='x')

        msgid "<msgstr>Author</msgstr> <msgstr>Authors</msgstr>"

(same for Editor, Publisher and so on)
and this (note the missing role='x')

        msgid ""
        "<msgid>chapter.label</msgid> <msgstr><number/>.&#x2003;</msgstr> "
        "<msgstr><number/>.&#x2002;</msgstr> <msgstr>Chapter <number/></msgstr>"

(same for Section, Figure, Table and so on)
        







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