[beast: 4/16] BEAST: generate doc_sources.lst



commit ca398b9a9d18a7913aa744d548b027a1e16de227
Author: Tim Janik <timj gnu org>
Date:   Sat Mar 18 03:04:09 2017 +0100

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

 beast-gtk/Makefile.am |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/beast-gtk/Makefile.am b/beast-gtk/Makefile.am
index d4dee69..3d5291a 100644
--- a/beast-gtk/Makefile.am
+++ b/beast-gtk/Makefile.am
@@ -70,6 +70,14 @@ beast_extra_files = $(strip                                          \
 )
 EXTRA_DIST += $(beast_extra_files)
 
+doc_sources = $(beast_headers) $(bst_cc_sources) $(beast_extra_files)
+
+# == doc_sources.lst ==
+doc_sources.lst: Makefile
+       $(AM_V_GEN)
+       $(Q) echo $(patsubst %, beast-gtk/%, $(doc_sources)) > $@
+
+
 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]