PATCH: gnome-docu/gdp/gdp-example2/omf.make
- From: MArk Finlay <finlaym eircom net>
- To: docs gnome org
- Subject: PATCH: gnome-docu/gdp/gdp-example2/omf.make
- Date: 14 Sep 2002 16:32:26 +0000
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]