Mercurial > hg > octave-jordi
diff doc/interpreter/Makefile.in @ 3313:27502f8b3ba7
[project @ 1999-10-21 23:24:38 by jwe]
author | jwe |
---|---|
date | Thu, 21 Oct 1999 23:24:39 +0000 |
parents | 2396decd33de |
children | 74e583414f34 |
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -40,7 +40,7 @@ FORMATTED = octave.dvi octave.ps octave.info octave.info-[0-9]* octave_*.html -DISTFILES = Makefile.in dir munge-texi.cc octave.1 \ +DISTFILES = Makefile.in dir munge-texi.cc Map-s.cc octave.1 \ $(SOURCES) $(TEXINFO) $(FORMATTED) ifeq ($(wildcard octave.info), ) @@ -68,6 +68,9 @@ $(TEXINFO): $(DOCSTRINGS) munge-texi +munge-texi: munge-texi.o Map-s.o + $(CXX) $(CPPFLAGS) $(ALL_CXXFLAGS) $(ALL_LDFLAGS) -o $@ $^ + # Kluge: if the DOCSTRING files are present, assume they are current. $(DOCSTRINGS): $(MAKE) -C $(dir $@) $(notdir $@)