octave-maintainers
[Top][All Lists]
Advanced

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

RE: rebuilding still


From: Lippert, Ross A.
Subject: RE: rebuilding still
Date: Thu, 16 May 2002 15:01:08 -0400


Hmmm I think you are right, now that I look more at munge-texi.
I'm not sure why it is breaking then.  I'll have to do some more work.

-r

-----Original Message-----
From: John W. Eaton [mailto:address@hidden
Sent: Thursday, May 16, 2002 2:14 PM
To: Lippert, Ross A.
Cc: octave-maintainers mailing list
Subject: RE: rebuilding still


On 16-May-2002, Lippert, Ross A. <address@hidden> wrote:

| 
| OK, I think I found the problem.  It isn't a compiler problem, it is a
| Makefile
| problem.
| 
| In the Makefile for doc/interpreter the rule for going from txi to texi
has
| an
| extra -d in it.
| 
| %.texi : %.txi
|         @echo making $@ from $<
|         @./munge-texi \
|           -d $(TOPDIR)/src/DOCSTRINGS \
| !bad!     -d $(TOPDIR)/scripts/DOCSTRINGS < $< > address@hidden
|         @mv address@hidden $@

But if you remove that part of the command, doesn't that omit all the
M-file doc strings from the manual?

jwe



reply via email to

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