aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-01-29 14:11:44 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-01-29 14:11:44 +0000
commit7d352fa51bd80fa33e4a5668ee404ce217587179 (patch)
treee80e54f4fec95ae0c15c53a30f71a3d2ed0317e9 /epan/wslua
parent9774836caff531956f228c08b89c4f40527e8027 (diff)
some cleanup and pset of svn:ignore
svn path=/trunk/; revision=20603
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/doc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/epan/wslua/doc/Makefile b/epan/wslua/doc/Makefile
deleted file mode 100644
index 44a3993827..0000000000
--- a/epan/wslua/doc/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-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