summaryrefslogtreecommitdiff
path: root/Build/source/utils/texinfo/doc/win32.mak
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-01-30 22:53:16 +0000
committerKarl Berry <karl@freefriends.org>2008-01-30 22:53:16 +0000
commit5b220dd618918fcba08d8a57a50ca22f637f2080 (patch)
treec57b1cadff663cb55d585011e58dcf6e2f81d37c /Build/source/utils/texinfo/doc/win32.mak
parentcbadb342afed31e4056992d557544e1904e55827 (diff)
remove windows sources no longer used, per akira
git-svn-id: svn://tug.org/texlive/trunk@6454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texinfo/doc/win32.mak')
-rw-r--r--Build/source/utils/texinfo/doc/win32.mak41
1 files changed, 0 insertions, 41 deletions
diff --git a/Build/source/utils/texinfo/doc/win32.mak b/Build/source/utils/texinfo/doc/win32.mak
deleted file mode 100644
index 97c0c22df89..00000000000
--- a/Build/source/utils/texinfo/doc/win32.mak
+++ /dev/null
@@ -1,41 +0,0 @@
-################################################################################
-#
-# Makefile : TeXInfo / Doc
-# Author : Fabrice Popineau <Fabrice.Popineau@supelec.fr>
-# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources
-# Time-stamp: <03/08/14 21:22:55 popineau>
-#
-################################################################################
-root_srcdir = ..\..\..
-!ifdef DEVELOPMENT
-INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development
-!else
-INCLUDE=$(INCLUDE);$(root_srcdir)\texk
-!endif
-
-# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy, distribute and modify it.
-
-!include <msvc/common.mak>
-
-default: all
-
-all:
-
-infofiles = info-stnd.info info.info texinfo.info
-pdfdocfiles = info-stnd.pdf info.pdf texinfo.pdf
-htmldocfiles = info-stnd.html info.html texinfo.html
-docsubdir = texinfo
-
-install:: install-doc
-
-depend::
-
-!include <msvc/install.mak>
-!include <msvc/clean.mak>
-
-#
-# Local Variables:
-# mode: makefile
-# End: \ No newline at end of file