summaryrefslogtreecommitdiff
path: root/epan/wslua/Makefile.am
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-10-24 13:16:57 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-10-24 13:16:57 +0000
commit0072205e18ced7d44949f0137fd7d8ea9690033b (patch)
tree6a1704becdcb5831f2b3e0840b418123e609330c /epan/wslua/Makefile.am
parentb9ee51743704692076662fc319e0c859b45f06a2 (diff)
downloadwireshark-0072205e18ced7d44949f0137fd7d8ea9690033b.tar.gz
Have Lua disabled by default.
Add more documentation to the code. change make-dco.pl so that it creates more readable docbook output. This should be copied over to 0.99.4 svn path=/trunk/; revision=19670
Diffstat (limited to 'epan/wslua/Makefile.am')
-rw-r--r--epan/wslua/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index 3a472567d3..c2c4fec0d8 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -67,7 +67,6 @@ MAINTAINERCLEANFILES = \
Makefile.in \
register_wslua.c \
declare_wslua.h \
- doc/*.pod \
init.lua
EXTRA_DIST = \
@@ -102,7 +101,7 @@ register_wslua.c: declare_wslua.h
declare_wslua.h: make-reg.pl $(wslua_modules) taps_wslua.c
$(PERL) $(srcdir)/make-reg.pl $(wslua_modules);
-doc: make-doc.pl $(wslua_modules) template-wsluarm.xml
+doc: dummy
$(PERL) $(srcdir)/make-doc.pl $(wslua_modules)
dummy: