# HG changeset patch # User jwe # Date 940550318 0 # Node ID ce3372c4cf0d9cfe5d19751b09974edd5dad869c # Parent 74e583414f34b496c0dbe2944c6d9b8d6f182237 [project @ 1999-10-21 23:58:37 by jwe] diff -r 74e583414f34 -r ce3372c4cf0d doc/ChangeLog --- a/doc/ChangeLog Thu Oct 21 23:45:56 1999 +0000 +++ b/doc/ChangeLog Thu Oct 21 23:58:38 1999 +0000 @@ -2,6 +2,7 @@ * interpreter/Makefile.in (dist): Remove .texi files first, so they will have timestamps newer than the $(DOCSTRINGS) files. + (%.texi : %.txi): Use mv instead of move-if-change. * interpreter/Map-s.cc: New file. * interpreter/munge-texi.cc: Use old libg++ Map class instead of diff -r 74e583414f34 -r ce3372c4cf0d doc/interpreter/Makefile.in --- a/doc/interpreter/Makefile.in Thu Oct 21 23:45:56 1999 +0000 +++ b/doc/interpreter/Makefile.in Thu Oct 21 23:58:38 1999 +0000 @@ -79,7 +79,7 @@ ./munge-texi \ -d $(TOPDIR)/src/DOCSTRINGS \ -d $(TOPDIR)/scripts/DOCSTRINGS < $< > $@.t - $(top_srcdir)/move-if-change $@.t $@ + mv $@.t $@ octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi -makeinfo -I$(srcdir) -I$(srcdir)/.. $<