Release notes have a build issue



Hi Allan,

I tried to build Release Notes 3.18, but I got the following error:
Making all in help
make[1]: Entering directory '/home/jmatsuzawa/work/l10n/release-notes/help'
make[1]: *** No rule to make target
'C/figures/google-drive-integration,png', needed by 'all'.  Stop.
make[1]: Leaving directory '/home/jmatsuzawa/work/l10n/release-notes/help'
Makefile:327: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

It's caused by just a typo. Here is a patch:
diff --git a/help/Makefile.am b/help/Makefile.am
index 27bb587..8f1102f 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -16,7 +16,7 @@ HELP_MEDIA = \
  figures/characters.png \
  figures/files.png \
  figures/firmware-updates.png \
- figures/google-drive-integration,png \
+ figures/google-drive-integration.png \
  figures/hig.png \
  figures/placeholder.png \
  figures/polari.png \

# I couldn't get the appropriate product for release-notes on Bugzilla,
# so I report this issue to the ML.


-- 
Jiro Matsuzawa
Email: jmatsuzawa at gnome.org
GPG Key ID: 0xECC442E9


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]