[beast: 14/17] DOCS: build and install sfidl.1 (+ .html) from sfidl.1.md



commit 6be7e66ea97efc27ab1b54a7042fbdcd2e827358
Author: Tim Janik <timj gnu org>
Date:   Thu Mar 23 12:18:57 2017 +0100

    DOCS: build and install sfidl.1 (+ .html) from sfidl.1.md
    
    Signed-off-by: Tim Janik <timj gnu org>

 docs/Makefile.am          |    8 ++-
 docs/imports/Makefile.am  |    4 +-
 docs/imports/sfidl.1      |  102 ------------------------------
 docs/imports/sfidl.1.html |  153 ---------------------------------------------
 4 files changed, 9 insertions(+), 258 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index d09ba89..d327f09 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -22,7 +22,7 @@ plugs_doc_sources ::= $(shell make doc_sources.lst -C ../plugins >&2 && cat ../p
 gxk_doc_sources          ::= $(shell make doc_sources.lst -C ../beast-gtk/gxk >&2 && cat 
../beast-gtk/gxk/doc_sources.lst)
 bst_doc_sources          ::= $(shell make doc_sources.lst -C ../beast-gtk >&2 && cat 
../beast-gtk/doc_sources.lst)
 tools_doc_sources ::= $(shell make doc_sources.lst -C ../tools >&2 && cat ../tools/doc_sources.lst)
-man1_HTMLS          = imports/sfidl.1.html
+man1_HTMLS          =
 
 # == Configure docs ==
 docs_project_link   = http://beast.testbit.eu
@@ -207,3 +207,9 @@ revisioned_files    += bsescm.1.md
 man1_MANS              += bsescm.1
 man1_HTMLS             += bsescm.1.html
 MOSTLYCLEANFILES       += bsescm.1 bsescm.1.html
+
+# == sfidl.1 ==
+revisioned_files       += sfidl.1.md
+man1_MANS              += sfidl.1
+man1_HTMLS             += sfidl.1.html
+MOSTLYCLEANFILES       += sfidl.1 sfidl.1.html
diff --git a/docs/imports/Makefile.am b/docs/imports/Makefile.am
index 2519559..cae11c8 100644
--- a/docs/imports/Makefile.am
+++ b/docs/imports/Makefile.am
@@ -1,8 +1,8 @@
 # BEAST & BSE
 include $(top_srcdir)/Makefile.decl
 
-MANMANS            = sfidl.1
-HTMLMANS    = sfidl.1.html
+MANMANS            =
+HTMLMANS    =
 EXTRA_DIST += $(MANMANS)
 # HTMLMANS are packaged as part of the doxygen docs
 


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