After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336104 - [doc] Please migrate to gnome-doc-utils
[doc] Please migrate to gnome-doc-utils
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: docs
unspecified
Other All
: Normal normal
: 2.24.0
Assigned To: Maintainers of Gnome user documentation
Rich Burridge
Depends on:
Blocks: 323949
 
 
Reported: 2006-03-26 19:01 UTC by Tommi Vainikainen
Modified: 2008-08-04 06:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnome-doc-utils migration patch (5.84 KB, patch)
2006-03-26 19:02 UTC, Tommi Vainikainen
none Details | Review
Regenerated oatch (13.28 KB, patch)
2006-03-27 18:07 UTC, Tommi Vainikainen
none Details | Review
Japanese po file (132.93 KB, text/plain)
2008-07-20 20:34 UTC, Claude Paroz
  Details

Description Tommi Vainikainen 2006-03-26 19:01:09 UTC
Please migrate to gnome-doc-utils for user manual build system as explained in 
http://live.gnome.org/GnomeDocUtilsMigrationHowTo

BTW, this should also fix #323949.
Comment 1 Tommi Vainikainen 2006-03-26 19:02:12 UTC
Created attachment 62060 [details] [review]
gnome-doc-utils migration patch
Comment 2 Rich Burridge 2006-03-27 15:24:44 UTC
Hi Tommi. Thanks for doing this. Unfortunately, several of the diffs 
in the attachment seem to be already applied to the latest sources
so I'm confused on exactly what still needs to be changed.

Any chance you could check out the latest gcalctool sources
from CVS HEAD and work out what changes still need to be applied,
and generate a new patch?

Thanks
Comment 3 Tommi Vainikainen 2006-03-27 18:07:16 UTC
Created attachment 62139 [details] [review]
Regenerated oatch

Only conflicts I got was with ChangeLog and Makefile.am version numbers. Maybe you were confused because there is autogenerated files omf.make and xmldocs.make (+ po/Makefile.in.in but it is not related to docs) in repository even though same time those are listed in .cvsignore. It would be better to not have those in repository because autogen.sh generates those.

But if this looks okay to you, just say and I can commit this with conflicts resolved by myself.
Comment 4 Rich Burridge 2006-03-27 18:33:59 UTC
The problems I was having were actually with the new m4
sub-directory (and the .cvsignore file in there). The patch
didn't create them (although it created a couple of other files).

To be safe, please go ahead and check in your changes. You understand
this code, much better than I currently do.

Thanks!
Comment 5 Tommi Vainikainen 2006-03-27 20:15:59 UTC
Committed.
Comment 6 Rich Burridge 2006-03-27 20:26:01 UTC
Many thanks!
Comment 7 Daniel Holbach 2006-06-08 18:55:18 UTC
--disable-scrollkeeper does not work for me (in 5.8.13). It still runs update-scrollkeper. On a quick glance, I think it's the existence of omf.make and/or omf.make needing fixing.

In the following sniplet you can see, that the ENABLE_SK_TRUE test does not happen at all.

---- snip ---
install-data-hook-omf:
        $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
        for file in $(omffile); do \
                $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
        done
        -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)

uninstall-local-omf:
        -for file in $(srcdir)/*.omf; do \
                basefile=`basename $$file`; \
                rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
        done
        -rmdir $(DESTDIR)$(omf_dest_dir)
        -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
---- snip ----
Comment 8 Rich Burridge 2006-07-24 16:30:17 UTC
The remaining problem here is that there are various translations of
the gcalctool online help that still aren't using gnome-doc-utils.
I see that .../gcalctool/help/sv has been updated, but all others
(except C locale) still need to be done.

Comment 9 Rich Burridge 2006-09-10 16:06:57 UTC
There are still some translations that need converting over to the
new gnome-doc-utils format. Reassigning to the GNOME Doc. people
to get this translation completed.

Comment 10 Elijah Newren 2006-10-22 03:07:58 UTC
This looks like a bug where target milestone makes sense but using a gnome-target does not.  I'm removing the latter.  Note that gnome-target is meant to be used on bugs severe enough to possibly require delaying GNOME releases.  The target milestone is the field you want for bugs you'd like to remember to fix by a certain release.  See also the "Target Milestone" and "GNOME Target Milestone" sections of http://bugzilla.gnome.org/page.cgi?id=bug-status.html.  :-)
Comment 11 Rich Burridge 2007-03-12 23:35:51 UTC
Recategorizing with component "docs".
Comment 12 Claude Paroz 2008-03-24 09:26:32 UTC
Remaining manual conversions: bg ja zh_CN zh_HK zh_TW
Comment 13 Robert Ancell 2008-07-17 08:30:13 UTC
Any update on this? I would like to solve this for GNOME 2.24.0, anything I can do to help?
Comment 14 Claude Paroz 2008-07-17 08:42:11 UTC
If translators are not willing to convert their help translations, I think it is safe to not distribute them anymore in the next release.
Comment 15 Takeshi AIHANA 2008-07-20 03:10:57 UTC
It looks difficult to migrate immediately for me since xml2po does not work for current help/ja/gcalctool.xml. It results to output only a header like:

$ xml2po -o ja.po -r gcalctool.xml
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-07-20 11:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

It should cut &amp; paste gcalctool.xml to ja/ja.po by hand (800 over strings!), maybe.
Comment 16 Claude Paroz 2008-07-20 20:34:48 UTC
Created attachment 114877 [details]
Japanese po file

I admit the migration is non trivial, because you have to find first the base version that was used for the translation. For Japanese, the rev. 242 of gcalctool.xml was the best match (even if I had to touch the file a little).
I hope you'll be able to do the remainder of the work :-)
Comment 17 Takeshi AIHANA 2008-07-21 07:14:48 UTC
Hi Claude. 
Thank you so much.
I could migrate Japanese translation to G-D-U now.
Then I will do updating it until next release.

Thanks again.
Comment 18 Robert Ancell 2008-07-27 09:21:00 UTC
Converted bg and zh_CN:
http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2139

Some damage may have been done in the conversion so please check if you are a native speaker of these languages.

Just zh_HK and zh_TW to go...
Comment 19 Robert Ancell 2008-08-04 06:31:27 UTC
Converted everything to close this bug:
http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2144
http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2145

Again please check/repair if you are a native speaker as the conversion is probably not perfect.