From 4c9297addda0a0700ff9a52b6c721817cb85b910 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Thu, 4 Jan 2007 22:58:33 +0000 Subject: Add the documentation directory svn path=/trunk/; revision=20317 --- epan/wslua/doc/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 epan/wslua/doc/Makefile (limited to 'epan/wslua') 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 -- cgit v1.2.1