[beast: 192/210] DOCS: images: don't ship unused images



commit 89dcde8e392019cd8243ba59df71f91a4d04f043
Author: Tim Janik <timj gnu org>
Date:   Thu Jun 20 00:15:29 2013 +0200

    DOCS: images: don't ship unused images

 docs/images/Makefile.am |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)
---
diff --git a/docs/images/Makefile.am b/docs/images/Makefile.am
index 5fd4b52..360831f 100644
--- a/docs/images/Makefile.am
+++ b/docs/images/Makefile.am
@@ -3,19 +3,9 @@ include $(top_srcdir)/Makefile.decl
 
 SUBDIRS = # none
 
-dist_images = $(strip          \
-       module-voices.png       \
-       beast-components.png    \
-       beast-progs.png         \
-)
+SVG_FILES = beast-components.svg  beast-progs.svg  module-voices.svg
 
-dist_dias = $(strip            \
-       beast-components.dia    \
-       beast-progs.dia         \
-       module-voices.dia       \
-)
-
-docimages_DATA = ${dist_images}
-docimagesdir = ${beastimagesdir}
-
-EXTRA_DIST += $(dist_images) $(dist_dias)
+# PNG_FILES = beast-components.png  beast-progs.png  module-voices.png
+# docimages_DATA = $(PNG_FILES)
+# docimagesdir = $(beastimagesdir)
+# EXTRA_DIST += $(PNG_FILES)



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