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 672780 - No rule to make target `C/figures/monitors-dual.webm'
No rule to make target `C/figures/monitors-dual.webm'
Status: RESOLVED FIXED
Product: gnome-user-docs
Classification: Core
Component: gnome-help
3.3.x
Other All
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2012-03-25 00:54 UTC by Jiro Matsuzawa
Modified: 2012-03-25 02:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch for this bug (840 bytes, patch)
2012-03-25 00:54 UTC, Jiro Matsuzawa
none Details | Review

Description Jiro Matsuzawa 2012-03-25 00:54:12 UTC
Created attachment 210543 [details] [review]
a patch for this bug

No rule to make target `C/figures/monitors-dual.webm'.

The path is not figures/monitors-dual.webm but figures/display-dual-monitors.webm. That causes a build error.
I've attached a patch for this bug. Could I commit it?

diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am
index 5ea25d9..55d0fb8 100644
--- a/gnome-help/Makefile.am
+++ b/gnome-help/Makefile.am
@@ -13,10 +13,10 @@ HELP_MEDIA = \
        figures/color-printer.png \
        figures/color-profile-default.png \
        figures/color-space.png \
+       figures/display-dual-monitors.webm \
        figures/documents-icon.png \
        figures/gnome.png \
        figures/input-keyboard-symbolic.png \
-       figures/monitors-dual.webm \
        figures/nautilus.png \
        figures/nautilus-icons.png \
        figures/printing-select.png \
--
Comment 1 Tiffany Antopolski 2012-03-25 02:07:37 UTC
yes :-)