[elbe-devel] [PATCH v2 3/3] preprocess: add a man page

Manuel Traut manut at linutronix.de
Thu Dec 21 19:09:47 CET 2017


man-page for the elbe-preprocess subcommand

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 docs/elbe-preprocess.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 docs/elbe-preprocess.txt

diff --git a/docs/elbe-preprocess.txt b/docs/elbe-preprocess.txt
new file mode 100644
index 00000000..1a562398
--- /dev/null
+++ b/docs/elbe-preprocess.txt
@@ -0,0 +1,37 @@
+elbe-preprocess(1)
+==================
+
+NAME
+----
+elbe-preprocess - resolves xinclude, external resources and resolves variants
+
+
+SYNOPSIS
+--------
+[verse]
+'elbe preprocess [options] <xmlfile>
+
+DESCRIPTION
+-----------
+
+Typically elbe preprocess is used to generate an elbe XML file from a XML file
+that uses Xincludes, or other XML features. It can be also used for variant
+management with the 'variant=' attribute.
+
+If e.g. a variant="audio,video" attribute is added to any XML tag, the tag will
+only be used if 'elbe preprocess' is called with --variant=audio or
+--variant=video or --variant=audio,video. If no --variant is given, the tag
+will be dropped.
+
+OPTIONS
+-------
+
+--variant <variant>::
+	comma seperated list of variants
+
+--output <filename>::
+	preprocessed output file, defaults to preprocess.xml
+
+ELBE
+----
+Part of the linkgit:elbe[1] suite
-- 
2.15.1




More information about the elbe-devel mailing list