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 403692 - wrong path in Makefile
wrong path in Makefile
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-02 19:08 UTC by Matthias Clasen
Modified: 2007-02-19 22:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2007-02-02 19:08:07 UTC
Originally filed here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=223684

> The manual referred to in the OMF file has an incorrect URL, so it can't be
> opened in yelp.

Proposed fix:


--- gtk-doc-1.7-orig/help/manual/C/Makefile.in	2006-07-29 06:01:34.000000000 -0400
+++ gtk-doc-1.7/help/manual/C/Makefile.in	2007-01-21 15:18:19.000000000 -0500
@@ -382,7 +382,7 @@
 
 @ENABLE_SCROLLKEEPER_TRUE@omf_timestamp: $(omffile)
 @ENABLE_SCROLLKEEPER_TRUE@	-for file in $(omffile); do \
-@ENABLE_SCROLLKEEPER_TRUE@	  scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
+@ENABLE_SCROLLKEEPER_TRUE@	  scrollkeeper-preinstall $(gtkdochelpdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
 @ENABLE_SCROLLKEEPER_TRUE@	done
 @ENABLE_SCROLLKEEPER_TRUE@	touch omf_timestamp
Comment 1 Damon Chaplin 2007-02-02 20:58:38 UTC
I think this is already fixed in svn, when I reverted our local changes to the
doc build files - we use docdir rather than gtkdochelpdir again.
(See bug 363622.)
Comment 2 Damon Chaplin 2007-02-19 22:42:12 UTC
Marking as fixed. Reopen if it's still a problem.