[gnome-mud] help: Fix DOC_FIGURES



commit 0eca48cadbf00cabf3f912f963c5a7bdbcb47d8a
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Jan 31 17:13:54 2018 +0100

    help: Fix DOC_FIGURES

 doc/gnome-mud-manual/Makefile.am | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/doc/gnome-mud-manual/Makefile.am b/doc/gnome-mud-manual/Makefile.am
index 134df0d..c9e0135 100644
--- a/doc/gnome-mud-manual/Makefile.am
+++ b/doc/gnome-mud-manual/Makefile.am
@@ -4,7 +4,12 @@ dist-hook: doc-dist-hook
 DOC_MODULE = gnome-mud-manual
 DOC_ENTITIES = legal.xml
 DOC_INCLUDES = 
-DOC_FIGURES = figures/connections-window.png figures/main-window.png figures/mudlist-window.png 
figures/preferences-window.png figures/profiles-window.png
+DOC_FIGURES = \
+       figures/connections-window.png \
+       figures/main-window.png \
+       figures/mudlist-window.png \
+       figures/preferences-window.png \
+       figures/profiles-window.png
 
 DOC_LINGUAS =
 


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