diff Makeconf.in @ 7075:1558d3dab722

[project @ 2007-10-26 18:22:04 by jwe]
author jwe
date Fri, 26 Oct 2007 18:22:05 +0000
parents 58102cc15ddf
children 5a9561046b89
line wrap: on
line diff
--- a/Makeconf.in	Fri Oct 26 17:57:34 2007 +0000
+++ b/Makeconf.in	Fri Oct 26 18:22:05 2007 +0000
@@ -75,14 +75,6 @@
 TEXI2DVI = @TEXI2DVI@
 TEXI2PDF = @TEXI2PDF@
 
-# Both texi2dvi and texi2pdf check COMSPEC to decide what path
-# separator to use.  We build Octave with a Unixy shell, even on
-# Windows sytems, so we need to unset COMSPEC when invoking these
-# scripts.  Used in the doc/*/Makefiles.
-ifneq ($(COMSPEC),)
-  UNSETCOMSPEC = COMSPEC=
-endif
-
 GHOSTSCRIPT = @GHOSTSCRIPT@
 
 DEFAULT_PAGER = @DEFAULT_PAGER@