aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/Makefile.am
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-10-19 17:02:23 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-10-19 17:02:23 +0000
commit82abc5f08b92e16e140fdda870e65a8aa9567fbc (patch)
treeb8213f882d592cd438c3e278b27a3455ee1a4e2d /epan/wslua/Makefile.am
parent631a4936c582fd8f9123da59d9817b774854c2eb (diff)
- wslua_gui.c:
- remove data_ref where it is not used anymore (callbacks won't pass userdata as this ius better done using lua's closures) - have TextWindow:set_editable() using its argument - add wslua_optbool(L,n,d) to pull an optional boolean from the stack - several fixes to docbook generation (now it compiles!) svn path=/trunk/; revision=19608
Diffstat (limited to 'epan/wslua/Makefile.am')
-rw-r--r--epan/wslua/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index b9c04fc1d8..3a472567d3 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -102,7 +102,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)
+doc: make-doc.pl $(wslua_modules) template-wsluarm.xml
$(PERL) $(srcdir)/make-doc.pl $(wslua_modules)
dummy: