[beast: 3/17] DOCS: build and install beast.1 from beast.1.md
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 3/17] DOCS: build and install beast.1 from beast.1.md
- Date: Thu, 23 Mar 2017 16:21:55 +0000 (UTC)
commit 3ec2af614d88cb1f014ee54492899aa5960910e7
Author: Tim Janik <timj gnu org>
Date: Sun Mar 19 01:46:39 2017 +0100
DOCS: build and install beast.1 from beast.1.md
Signed-off-by: Tim Janik <timj gnu org>
docs/Makefile.am | 10 +++
docs/imports/Makefile.am | 2 +-
docs/imports/beast.1 | 146 ----------------------------------------------
3 files changed, 11 insertions(+), 147 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index d6f1ab1..abb352f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -154,3 +154,13 @@ clean-local: clean-revisions.lst
$(Q) V=`sed -n '\| $<$$|{ s/ .*//; p; q; }' revisions.lst` \
&& sed "s/[@]FILE_REVISION[@]/$$V/g; s/[@]BUILDID[@]/$(topbuildid)/g" < $< > $@
+# == man.1 (markdown) ==
+%.1: %.1.revd.md
+ $(AM_V_GEN)
+ $(Q) $(PANDOC) -s -t man $< -o $@
+
+
+# == beast.1 ==
+revisioned_files += beast.1.md
+man1_MANS += beast.1
+MOSTLYCLEANFILES += beast.1
diff --git a/docs/imports/Makefile.am b/docs/imports/Makefile.am
index cebb9ea..f7bc27b 100644
--- a/docs/imports/Makefile.am
+++ b/docs/imports/Makefile.am
@@ -1,7 +1,7 @@
# BEAST & BSE
include $(top_srcdir)/Makefile.decl
-MANMANS = beast.1 bse.5 bsescm.1 bsewavetool.1 sfidl.1
+MANMANS = bse.5 bsescm.1 bsewavetool.1 sfidl.1
HTMLMANS = beast.1.html bse.5.html bsescm.1.html bsewavetool.1.html sfidl.1.html
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]