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 663753 - Cannot build the gnome-help
Cannot build the gnome-help
Status: RESOLVED FIXED
Product: gnome-user-docs
Classification: Core
Component: gnome-help
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2011-11-10 09:20 UTC by Jiro Matsuzawa
Modified: 2011-11-10 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch for this bug (951 bytes, patch)
2011-11-10 09:26 UTC, Jiro Matsuzawa
none Details | Review

Description Jiro Matsuzawa 2011-11-10 09:20:46 UTC
The following error occurred when building the gnome-help:
  make[1]: *** No rule to make target `C/mailing-list.page', needed by `all'.  Stop.

mailing-list.page does not exist.  It has been renamed help-mailing-list.page.
But mailing-list.page remains in HELP_FILES.
Comment 1 Jiro Matsuzawa 2011-11-10 09:26:55 UTC
Created attachment 201125 [details] [review]
a patch for this bug

Removed mailing-list.page from HELP_FILES. And inserted help-mailing-list.page into the list

Please review it.