aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-21 18:24:05 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-21 18:24:05 +0000
commita68f9695a98b553e960203eb72bf7eb04c118a01 (patch)
treef04cac69941ab0015d792ce3f29bb73022e492b8 /docbook/Makefile.nmake
parent36e85feca8a4c18a43a76d49445780b6ff2503f7 (diff)
work out dependencies in a .common way and make sure we nmake wsluarm
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22374 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index 1d8d70abe5..a29c5500c6 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -213,3 +213,9 @@ release-notes.chm: $(RELEASE_NOTES_SOURCE)
-rm -r toc.hhc
!endif
+
+wsluarm: make-wsluarm.pl $(WSLUA_MODULES)
+ $(PERL) make-wsluarm.pl $(WSLUA_MODULES)
+ touch wsluarm
+
+