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 327441 - Add support for --disable-scrollkeeper
Add support for --disable-scrollkeeper
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
0.8.x
Other All
: Normal enhancement
: 1.0.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2006-01-17 23:11 UTC by Daniel Macks
Modified: 2006-04-14 17:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Switch to gnome-doc-utils (1.17 KB, patch)
2006-01-24 00:06 UTC, Daniel Macks
none Details | Review

Description Daniel Macks 2006-01-17 23:11:32 UTC
+++ This bug was initially created as a clone of Bug #323949 +++

I am building for distribution under a Debian-ish package manager, so I 'make install DESTDIR=/temp/location' on a machine other than where the program will be used. That means I must not run 'scrollkeeper-update'. Right now I have to hack help/*/Makefile to comment it out. Many other gnome packages have a --disable-scrollkeeper flag (supplied by gnome-doc-utils) to ./configure that
supresses the scrollkeeper-update...it would be helpful if that option were supported here as well.
Comment 1 Stef Walter 2006-01-18 16:03:04 UTC
Yes that makes sense. Patches are welcome. 
Comment 2 Stef Walter 2006-01-23 19:15:47 UTC
We'll be releasing 0.8.1 in the near future. If you post a patch, I'll include it for you.
Comment 3 Daniel Macks 2006-01-23 22:37:03 UTC
The "right way" is probably http://live.gnome.org/GnomeDocUtilsMigrationHowTo
I don't really understand the gnome documentation stuff that well, but I'll hack on it tonite...
Comment 4 Daniel Macks 2006-01-24 00:06:07 UTC
Created attachment 57970 [details] [review]
Switch to gnome-doc-utils

Also need to rename help/C/seahorse-C.omf to help/seahorse.omf.in (no changes to the file's contents). I think doing this makes the file help/C/Makefile.am obsolete, and hence xmldocs.make is no longer needed either. However, gnome-doc-utils.make now *is* needed instead (in the same way, i.e., in the dist tarball but probably not in CVS because it should get generated on-the-fly by autogen.sh (and other packaging scripts I think).
Comment 5 Stef Walter 2006-04-14 17:30:15 UTC
Done. 

Man getting that all worked out was nasty. :)