From 5b220dd618918fcba08d8a57a50ca22f637f2080 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 30 Jan 2008 22:53:16 +0000 Subject: remove windows sources no longer used, per akira git-svn-id: svn://tug.org/texlive/trunk@6454 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/tex4htk/win32.mak | 95 ------------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 Build/source/texk/tex4htk/win32.mak (limited to 'Build/source/texk/tex4htk') diff --git a/Build/source/texk/tex4htk/win32.mak b/Build/source/texk/tex4htk/win32.mak deleted file mode 100644 index 1db4eed9ff2..00000000000 --- a/Build/source/texk/tex4htk/win32.mak +++ /dev/null @@ -1,95 +0,0 @@ -################################################################################ -# -# Makefile : TeX4ht(k) -# Author : Fabrice Popineau -# Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources -# Time-stamp: <04/03/20 00:36:48 popineau> -# -################################################################################ -root_srcdir = ..\.. -INCLUDE=$(INCLUDE);$(root_srcdir)\texk - -version = 1.15 - -USE_KPATHSEA = 1 -USE_GNUW32 = 1 - -!include - -# See INSTALL for compilation options. -DEFS = $(DEFS) -DANSI - -objects = $(objdir)\tex4ht.obj - -programs = $(objdir)\tex4ht.exe $(objdir)\t4ht.exe $(objdir)\runht.exe - -perlscripts = htperl.pl # mk4ht.pl - -default: all - -all: $(objdir) $(programs) # tex4ht.bat - -$(objdir)\tex4ht.exe: $(objdir)\tex4ht.obj $(kpathsealib) - $(link) $(**) $(conlibs) - -$(objdir)\t4ht.exe: $(objdir)\t4ht.obj $(kpathsealib) - $(link) $(**) $(conlibs) - -$(objdir)\runht.exe: $(objdir)\runht.obj $(kpathsealib) - $(link) $(**) $(conlibs) - -tex4ht.env: tex4ht.in - sed -e "s;@texmf@;$(texmf:\=\\);" < tex4ht.in \ - | sed -e "s;@prefix@;$(prefix:\=\\);g" \ - | sed -e "s;@imbindir@;$(prefix:\=\\)\\ImageMagick;g" \ - > tex4ht.env - -mk4ht.pl: mk4ht - -$(copy) mk4ht mk4ht.pl $(redir_stdout) - -#tex4ht.bat: tex4ht.perl -# pl2bat -s .perl tex4ht.perl - -installdirs = $(texmf)\tex4ht\config $(prefix)\setupw32 - -!include -!include - -install:: install-dirs install-exec install-data - -install-exec:: $(programs) - -@echo $(verbose) & ( \ - for %i in (ht httex htlatex httexi) do \ - $(copy) $(objdir)\runht.exe $(bindir)\%i.exe \ - ) $(redir_stdout) -# we don't need it - -@$(del) $(bindir)\runht.exe - -@echo $(verbose) & ( \ - if not "$(perlscripts)"=="" ( \ - for %%s in ($(perlscripts)) do \ - $(copy) %%s $(texmf)\perl\tex4ht\%%s $(redir_stdout) \ - & $(perlcomp) $(perlcompflags) %%s >> $(win32perldir)\perlfiles.lst \ - & $(runperl) -f %%s $(bindir)\%%~ns.exe $(redir_stderr) \ - ) \ - ) - -install-data:: tex4ht.env -# xcopy .\texmf $(texmf) /r/i/e/d/k/y -# $(copy) .\tex4ht.env $(texmf)\tex4ht\config -# $(copy) tex4ht.imagick $(prefix)\setupw32 - $(copy) tex4ht.imagick $(texmf)\tex4ht\config -# $(copy) tex4ht.netpbm $(prefix)\setupw32 - $(copy) tex4ht.netpbm $(texmf)\tex4ht\config - -!include - -extraclean:: - -@$(del) tex4ht.env mk4ht.pl - -!include -!include "./depend.mak" - -# -# Local Variables: -# mode: makefile -# End: -- cgit v1.2.3