summaryrefslogtreecommitdiff
path: root/backends/html
diff options
context:
space:
mode:
Diffstat (limited to 'backends/html')
-rw-r--r--backends/html11
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/html b/backends/html
new file mode 100644
index 0000000..ee301f6
--- /dev/null
+++ b/backends/html
@@ -0,0 +1,11 @@
+# Backend to convert something into HTML
+# Send any comments to Eric Bischoff <eric@caldera.de>
+# This program is under GPL license. See LICENSE file for details.
+
+# Convert to HTML
+$SGML_JADE -t sgml $SGML_ARGUMENTS
+if [ $? -ne 0 ]
+then exit 1
+fi
+
+exit 0