GNOME Bugzilla – Bug 672780
No rule to make target `C/figures/monitors-dual.webm'
Last modified: 2012-03-25 02:14:27 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 \ --
yes :-)
I've pushed. http://git.gnome.org/browse/gnome-user-docs/commit/?id=94319ac23dc061650f18be11c8743481fa50ef96 Thanks!