Re: PATCH: gnome-docu/gdp/gdp-example2/omf.make
- From: Alexander Kirillov <kirillov math sunysb edu>
- To: MArk Finlay <finlaym eircom net>
- Cc: docs gnome org
- Subject: Re: PATCH: gnome-docu/gdp/gdp-example2/omf.make
- Date: 16 Sep 2002 18:18:55 -0400
This is probably the same bug I filed several days ago (but I didn't
provide a patch):
http://sourceforge.net/tracker/index.php?func=detail&aid=607360&group_id=11543&atid=111543
Can anyone confirm that this is indeed the same thing?
Sasha
On Sat, 2002-09-14 at 12:32, MArk Finlay wrote:
> The file gnome-docu/gdp/gdp-example2/omf.make is used to register new
> documentation with scrollkeeper. It doesnt seem to work for me because
> scrollkeeper is being fed the wrong directories and so the new
> components dont get registered.
>
> The attached patch makes it work by letting scrollkeeper autodetect it's
> config dirs.
>
> If you want to e-mail me, do so off-list as i am not on any of the docs
> lists.
>
> Thanks
>
>
>
> --
>
> .--= [ MArk Finlay - finlaymATeircomDOTnet ] =--.
>
> [ sisob: irc.gnome.org www.gnomedesktop.org ]
> [ MArk: www.gnomesupport.org ]
> ----
>
> --- /storage/cvs/gnome-docu/gdp/gdp-example2/omf.make 2002-05-08 05:09:50.000000000 +0000
> +++ /storage/cvs/rbhelp/omf.make 2002-09-14 16:20:23.000000000 +0000
> @@ -42,7 +42,8 @@
> for file in $(omffile); do \
> $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
> done
> - -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
> +
> + -scrollkeeper-update -o $(DESTDIR)$(omf_dest_dir)
>
> uninstall-local-omf:
> -for file in $(srcdir)/*.omf; do \
> @@ -50,4 +51,4 @@
> rm -f $(omf_dest_dir)/$$basefile; \
> done
> -rmdir $(omf_dest_dir)
> - -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
> + -scrollkeeper-update -o $(DESTDIR)$(omf_dest_dir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]