summaryrefslogtreecommitdiff
path: root/Build/source/texk/windvi/doc/win32.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/windvi/doc/win32.mak')
-rw-r--r--Build/source/texk/windvi/doc/win32.mak39
1 files changed, 39 insertions, 0 deletions
diff --git a/Build/source/texk/windvi/doc/win32.mak b/Build/source/texk/windvi/doc/win32.mak
new file mode 100644
index 00000000000..8c53e5a25fb
--- /dev/null
+++ b/Build/source/texk/windvi/doc/win32.mak
@@ -0,0 +1,39 @@
+################################################################################
+#
+# Makefile : Windvi / doc
+# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr>
+# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources
+# Time-stamp: <04/03/05 12:04:00 popineau>
+#
+################################################################################
+root_srcdir = ..\..\..
+!ifdef DEVELOPMENT
+INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development
+!else
+INCLUDE=$(INCLUDE);$(root_srcdir)\texk
+!endif
+
+pdfdocfiles = windvi.pdf
+manfiles =
+htmldocfiles = windvi.html
+
+docsubdir = windvi
+
+!include <msvc/common.mak>
+
+all: doc
+
+info: doc
+
+!include <msvc/config.mak>
+!include <msvc/install.mak>
+
+install:: install-info install-doc
+
+!include <msvc/clean.mak>
+
+#
+# Local Variables:
+# mode: makefile
+# End:
+