From Lars Roland: build the documentation at the end of the make
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 15 Dec 2003 04:22:30 +0000 (04:22 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 15 Dec 2003 04:22:30 +0000 (04:22 +0000)
process.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9286 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake

index bbcebde570823838e95c65007b95b29faedc7c90..b314bde6a7862f4fa642f3968cd6a62e2956656c 100644 (file)
@@ -1,7 +1,7 @@
 ## Makefile for building ethereal.exe with Microsoft C and nmake
 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
 #
-# $Id: Makefile.nmake,v 1.374 2003/12/10 19:21:55 guy Exp $
+# $Id: Makefile.nmake,v 1.375 2003/12/15 04:22:30 guy Exp $
 
 include config.nmake
 include <win32.mak>
@@ -550,7 +550,7 @@ EXECUTABLES=ethereal.exe tethereal.exe editcap.exe mergecap.exe text2pcap.exe
 
 RESOURCES=image\ethereal.res image\tethereal.res image\editcap.res image\mergecap.res image\text2pcap.res
 
-all: tools wiretap gtk epan image doc $(EXECUTABLES) $(RESOURCES)
+all: tools wiretap gtk epan image $(EXECUTABLES) $(RESOURCES) doc
 
 $(RESOURCES): image