emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latest 21.3 CVS and MS Windows


From: Jason Rumney
Subject: Re: Latest 21.3 CVS and MS Windows
Date: 06 Feb 2003 20:38:06 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Frank Schmitt <address@hidden> writes:

> makeinfo small-example.texi
> IF EXIST small-example.info (
>   del small-example.info
>   set HAVE_MAKEINFO=1
> ) ELSE (
>   echo Couldn't find Makeinfo, skipping creation of info files
> )
> 
> According to "help if" in Windows XP's cmd.exe this should work. However
> I don't know about the Win9x command.com.

Multiline if's do not work in command.com.  We also need to cater for
bash (although that is done elsewhere in the code by using separate
make rules).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]