[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to run makeinfo in a subprocess on Windows?
From: |
Stephen Leake |
Subject: |
Re: how to run makeinfo in a subprocess on Windows? |
Date: |
Mon, 06 Sep 2021 09:56:54 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt) |
Stephen Leake <stephen_leake@stephe-leake.org> writes:
>> The official upstream Texinfo tarball includes makeinfo.bat,
>
> Thanks, I'll install that.
For the record, I put this in file ~/bin/makeinfo.bat:
@echo off
perl d:/msys64/usr/bin/makeinfo %*
and it works from call-process.
--
-- Stephe