all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kuroishi Mitsuo <kuroishi@iij.ad.jp>
To: rgm@gnu.org
Cc: help-gnu-emacs@gnu.org
Subject: Re: makeinfo: missing file argument
Date: Fri, 06 Apr 2012 16:22:02 +0900 (JST)	[thread overview]
Message-ID: <20120406.162202.294943636214544274.kuroishi@iij.ad.jp> (raw)
In-Reply-To: <4i7gxt5ofg.fsf@fencepost.gnu.org>


  Message-id: <4i7gxt5ofg.fsf@fencepost.gnu.org>
  From:       Glenn Morris <rgm@gnu.org>
  Subject:    Re: makeinfo: missing file argument
  Date:       Fri, 06 Apr 2012 03:06:59 -0400

  > >   > After you configure, what does doc/emacs/Makefile look like?
  > >   >   (best to send the whole thing as an attachment)
  > >
  > > copying below.
  > 
  > I don't see anything wrong with that.
  > You did not say what version of Make you are using. 

sorry. It's like this.

  % LC_ALL=C gmake --version
  GNU Make 3.81
  Copyright (C) 2006  Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.
  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  PARTICULAR PURPOSE.

  This program built for i386-portbld-freebsd6.2


  > If you have GNU Make
  > available, please try with that.

And I tried that. Is it OK? 
If I do a something wrong with it, let me know about it. 

Thanks, 

--
Kuroishi Mitsuo


  |
  |~/tmp/2012-04-06% ls
  |Makefile
  |~/tmp/2012-04-06% cat Makefile 
  |SHELL = /bin/sh
  |
  |var1= \
  |        file1 \
  |        file2
  |
  |var2= file1 \
  |        file2
  |
  |one: ${var1}
  |        @echo $@ $<
  |
  |two: ${var2}
  |        @echo $@ $<
  |~/tmp/2012-04-06% touch file1 file2
  |~/tmp/2012-04-06% ls
  |Makefile        file1           file2
  |~/tmp/2012-04-06% make one
  |one
  |~/tmp/2012-04-06% gmake one
  |one file1
  |~/tmp/2012-04-06% make two
  |two
  |~/tmp/2012-04-06% gmake two
  |two file1
  |~/tmp/2012-04-06% 
  |




  reply	other threads:[~2012-04-06  7:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04  1:53 makeinfo: missing file argument Kuroishi Mitsuo
2012-04-04 16:00 ` Peter Dyballa
2012-04-05  0:18   ` Kuroishi Mitsuo
2012-04-05  9:23     ` Peter Dyballa
2012-04-05 13:22       ` Kuroishi Mitsuo
2012-04-05 13:31         ` Peter Dyballa
2012-04-05 16:26     ` Glenn Morris
2012-04-05 18:14       ` Peter Dyballa
2012-04-06  0:38       ` Kuroishi Mitsuo
2012-04-06  7:06         ` Glenn Morris
2012-04-06  7:22           ` Kuroishi Mitsuo [this message]
2012-04-06  7:32             ` Glenn Morris
2012-04-06  7:37               ` Glenn Morris
2012-04-06  9:16                 ` Peter Dyballa
2012-04-07 19:26                 ` Glenn Morris
2012-04-08  0:13                   ` Peter Dyballa
2012-04-08  6:01                   ` Kuroishi Mitsuo
2012-04-06  8:01               ` Kuroishi Mitsuo
2012-04-06  8:47                 ` Kuroishi Mitsuo
2012-04-06  8:59                 ` Peter Dyballa
2012-04-06  9:15                   ` Kuroishi Mitsuo
2012-04-06  9:52                   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120406.162202.294943636214544274.kuroishi@iij.ad.jp \
    --to=kuroishi@iij.ad.jp \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.