aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/wslua/doc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/wslua/doc/Makefile b/epan/wslua/doc/Makefile
new file mode 100644
index 0000000000..44a3993827
--- /dev/null
+++ b/epan/wslua/doc/Makefile
@@ -0,0 +1,7 @@
+all:
+ (cd .. && touch dummy && make doc)
+ env XML_CATALOG_FILES=../../../docbook/catalog.xml "xsltproc" --stringparam base.dir wsluarm_html/ --stringparam use.id.as.filename 1 --stringparam section.autolabel 1 --stringparam section.label.includes.component.label 1 --stringparam html.stylesheet ws.css --nonet http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl wsluarm.xml > wsluarm.html
+
+clean:
+ rm -f *.xml
+ rm -rf wsluarm.html