octave-maintainers
[Top][All Lists]
Advanced

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

RE: rebuilding still


From: John W. Eaton
Subject: RE: rebuilding still
Date: Thu, 16 May 2002 13:14:29 -0500

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]