match_strval > try_val_to_str
[wireshark-wip.git] / help / Makefile.nmake
blobd8d22178e776e3241df077935610fb337a4fc6ab
1 ## Makefile for building wireshark.exe with Microsoft C and nmake
2 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
4 # $Id$
6 TOOLS_DIR=..\tools
7 include ..\config.nmake
9 ############### no need to modify below this line #########
11 all: faq.txt
13 faq.txt: faq.py
14         $(PYTHON) faq.py | $(HTML2TXT) > $@
16 clean:
17         rm -rf faq.txt
19 distclean: clean
21 maintainer-clean: distclean