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 657669 - Build help with yelp-tools instead of gnome-doc-utils
Build help with yelp-tools instead of gnome-doc-utils
Status: RESOLVED FIXED
Product: vinagre
Classification: Applications
Component: Documentation
unspecified
Other All
: Normal enhancement
: 3.4
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks: 681609
 
 
Reported: 2011-08-30 06:59 UTC by Jeremy Bicha
Modified: 2013-07-21 17:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Build help with yelp-tools instead of gnome-doc-utils (3.04 KB, patch)
2011-08-30 06:59 UTC, Jeremy Bicha
needs-work Details | Review
Build help with yelp-tools instead of gnome-doc-utils (3.04 KB, patch)
2011-08-30 10:57 UTC, Jeremy Bicha
committed Details | Review

Description Jeremy Bicha 2011-08-30 06:59:45 UTC
yelp-tools is a replacement for gnome-doc-utils. Help is stored in
/usr/share/help instead of /usr/share/gnome/help and you'll need to use
help:vinagre instead of ghelp:vinagre
Comment 1 Jeremy Bicha 2011-08-30 06:59:47 UTC
Created attachment 195155 [details] [review]
Build help with yelp-tools instead of gnome-doc-utils
Comment 2 David King 2011-08-30 10:48:03 UTC
Review of attachment 195155 [details] [review]:

::: autogen.sh
@@ +18,3 @@
 }
 
+ACLOCAL_FLAGS="$ACLOCAL_FLAGS" USE_GNOME2_MACROS=1 gnome-autogen.sh

It seems that you missed off the ‘.’ operator, to source gnome-autogen.sh.
Comment 3 Jeremy Bicha 2011-08-30 10:57:27 UTC
Created attachment 195181 [details] [review]
Build help with yelp-tools instead of gnome-doc-utils

yelp-tools is a replacement for gnome-doc-utils. Help is stored in
/usr/share/help instead of /usr/share/gnome/help and you'll need to use
help:vinagre instead of ghelp:vinagre
Comment 4 David King 2011-12-10 20:59:47 UTC
Comment on attachment 195181 [details] [review]
Build help with yelp-tools instead of gnome-doc-utils

I pushed an updated patch to master as commit a1c4a15a63de78616d4c45312c693ef8e10f1dd5, thanks!