From 7b358424ebad9349421acd533c2fa1cbf6cf3e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 28 Dec 2016 16:52:56 +0100 Subject: Initial import of xtrkcad version 1:4.0.2-2 --- app/doc/makefile.win | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 app/doc/makefile.win (limited to 'app/doc/makefile.win') diff --git a/app/doc/makefile.win b/app/doc/makefile.win new file mode 100644 index 0000000..c4856a6 --- /dev/null +++ b/app/doc/makefile.win @@ -0,0 +1,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 + -- cgit v1.2.3