summaryrefslogtreecommitdiff
path: root/app/doc/makefile.win
blob: c4856a65d39ff3c643ea02cbff07f7b27c53eef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# $Header: /home/dmarkle/xtrkcad-fork-cvs/xtrkcad/app/doc/makefile.win,v 1.8 2007-12-02 14:48:18 m_fischer Exp $
#
# Makefile for halibut based documentation
#

HALIBUT = ..\tools\halibut\halibut

all: help

BUTFILES = \
	chmconf.but \
	intro.but \
	addm.but \
	changem.but \
	drawm.but \
	editm.but \
	filem.but \
	helpm.but \
	hotbar.but \
	macrom.but \
	managem.but \
	optionm.but \
	statusbar.but\
	view_winm.but \
	navigation.but \
	appendix.but \
	messages.but \
	upgrade.but \
	warranty.but

help: xtrkcad.chm
	
xtrkcad.chm: xtrkcad.hhp
	-2 hhc $*
	
xtrkcad.hhp: $(BUTFILES)
	$(HALIBUT) $**

messages.but: ..\help\messages.but
	copy ..\help\messages.but messages.but	
	
clean:
	del *.html
	del xtrkcad.hhp
	del xtrkcad.hhc
	del xtrkcad.chm