[anjuta] help: fix broken images



commit edc7a1b2bc1c5a33e154408daf374bec3b0b48e6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Aug 13 20:39:42 2013 -0500

    help: fix broken images
    
    The images in the user help aren't properly being installed.

 manuals/anjuta-build-tutorial/Makefile.am |   24 ++++++++++++------------
 manuals/anjuta-manual/Makefile.am         |    4 ++--
 2 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/manuals/anjuta-build-tutorial/Makefile.am b/manuals/anjuta-build-tutorial/Makefile.am
index 2634961..4b2cc9f 100644
--- a/manuals/anjuta-build-tutorial/Makefile.am
+++ b/manuals/anjuta-build-tutorial/Makefile.am
@@ -5,17 +5,17 @@ HELP_ID = anjuta-build-tutorial
 HELP_FILES = \
        index.docbook
 
-HELP_FIGURES = figures/autotools-process.png \
-             figures/configure-process.png \
-             figures/new-project-message.png \
-              figures/build_preferences.png \
-              figures/library-add-pkgconfig.png \
-              figures/new-project-options.png \
-              figures/compilation-stages.png \
-              figures/library-add-properties.png \
-              figures/new-project-select.png \
-              figures/configure-dialog.png \
-              figures/new-project-basic.png \
-              figures/new-project-summary.png
+HELP_MEDIA = figures/autotools-process.png \
+       figures/configure-process.png \
+       figures/new-project-message.png \
+       figures/build_preferences.png \
+       figures/library-add-pkgconfig.png \
+       figures/new-project-options.png \
+       figures/compilation-stages.png \
+       figures/library-add-properties.png \
+       figures/new-project-select.png \
+       figures/configure-dialog.png \
+       figures/new-project-basic.png \
+       figures/new-project-summary.png
 
 -include $(top_srcdir)/git.mk
diff --git a/manuals/anjuta-manual/Makefile.am b/manuals/anjuta-manual/Makefile.am
index 0e9ae44..8b70f55 100644
--- a/manuals/anjuta-manual/Makefile.am
+++ b/manuals/anjuta-manual/Makefile.am
@@ -71,8 +71,8 @@ HELP_FILES = \
        run-run.page \
        widget-index.page
        
-HELP_FIGURES = figures/anjuta_logo.png \
-             figures/anjuta-in-action.png
+HELP_MEDIA = figures/anjuta_logo.png \
+            figures/anjuta-in-action.png
 
 HELP_LINGUAS = ca cs da de el es eu fr gl hu ja oc pt_BR ro sl sv th uk zh_CN
 


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