[beast: 7/16] PLUGINS: generate doc_sources.lst



commit 332e1167645368d23cbb79422963ec06199e55a3
Author: Tim Janik <timj gnu org>
Date:   Sat Mar 18 03:17:47 2017 +0100

    PLUGINS: generate doc_sources.lst
    
    Signed-off-by: Tim Janik <timj gnu org>

 plugins/Makefile.am |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 0b4b6f0..70e1c54 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -23,6 +23,15 @@ idl_files = $(strip                  \
        davorgan.idl                    \
 )
 EXTRA_DIST += $(idl_files)
+
+doc_sources = $(idl_files) $(DIST_SOURCES) $(cxx_plugin_headers) $(cxx_plugin_sources) $(cxx_plugin_extra)
+
+# == doc_sources.lst ==
+doc_sources.lst: Makefile
+       $(AM_V_GEN)
+       $(Q) echo $(patsubst %, plugins/%, $(doc_sources)) > $@
+
+
 # setup generation of C++ plugins from idl files
 SFIDL = ../sfi/sfidl
 SFIDL_INC = --nostdinc -I$(top_srcdir) -I$(top_builddir)


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