aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.nmake
blob: e0c3df6e9f07c54f040f641111bd563d2c56a4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id$

include ..\config.nmake

############### no need to modify below this line #########

faq.txt: faq.py
	$(PYTHON) faq.py | lynx -dump -width=72 -nolist -stdin -force-html > $@

clean:
	rm -rf faq.txt

distclean: clean

maintainer-clean: distclean