GNOME Bugzilla – Bug 327441
Add support for --disable-scrollkeeper
Last modified: 2006-04-14 17:30:15 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.
Yes that makes sense. Patches are welcome.
We'll be releasing 0.8.1 in the near future. If you post a patch, I'll include it for you.
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...
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).
Done. Man getting that all worked out was nasty. :)