unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lute Kamstra <Lute.Kamstra.lists@xs4all.nl>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: fonttextsize in lispref/elisp.texi
Date: Sun, 20 Aug 2006 09:53:56 +0200	[thread overview]
Message-ID: <87veonn8q3.fsf@xs4all.nl> (raw)
In-Reply-To: <uac6758uv.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 15 Aug 2006 00:02:32 +0300")

Eli Zaretskii <eliz@gnu.org> writes:

>   2) I think `mandir' is the wrong name for this, since that name is
>      used for the directory where man pages are installed
>
>> !       $(TEXI2DVI) -I $(srcdir):$(mandir) $(srcdir)/elisp.texi
>
>   3) please use 2 separate -I switches in a row, since the `:'
>      separator is not portable to non-Posix systems

Thanks, I'll commit this patch then.

  Lute.


Index: lispref/Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/Makefile.in,v
retrieving revision 1.37
diff -c -r1.37 Makefile.in
*** lispref/Makefile.in 6 Feb 2006 11:55:09 -0000       1.37
--- lispref/Makefile.in 20 Aug 2006 07:43:29 -0000
***************
*** 27,32 ****
--- 27,33 ----
  VPATH=@srcdir@
  
  infodir = $(srcdir)/../info
+ usermanualdir = $(srcdir)/../man
  
  TEXI2DVI = texi2dvi
  SHELL = /bin/sh
***************
*** 103,109 ****
        $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
  
  elisp.dvi: $(srcs)
!       $(TEXI2DVI) -I $(srcdir) $(srcdir)/elisp.texi
  
  # This is for use in a separate distro of the Emacs Lisp manual.
  install: elisp
--- 104,110 ----
        $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
  
  elisp.dvi: $(srcs)
!       $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi
  
  # This is for use in a separate distro of the Emacs Lisp manual.
  install: elisp

  reply	other threads:[~2006-08-20  7:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-13 11:12 fonttextsize in lispref/elisp.texi Lute Kamstra
2006-08-13 17:52 ` Richard Stallman
2006-08-13 18:40   ` Eli Zaretskii
2006-08-14  8:27     ` Lute Kamstra
2006-08-14 21:02       ` Eli Zaretskii
2006-08-20  7:53         ` Lute Kamstra [this message]
2006-08-21  9:32           ` Lute Kamstra
2006-08-15  2:42     ` Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87veonn8q3.fsf@xs4all.nl \
    --to=lute.kamstra.lists@xs4all.nl \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).