aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-01-04 22:58:33 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-01-04 22:58:33 +0000
commit4c9297addda0a0700ff9a52b6c721817cb85b910 (patch)
tree387b6482ef675012b5c0391ad5796142de88256a /epan/wslua
parent07362c663959aa61d43bea7e4a6b9551e88e5e60 (diff)
Add the documentation directory
svn path=/trunk/; revision=20317
Diffstat (limited to 'epan/wslua')
-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