# HG changeset patch # User jwe # Date 940549556 0 # Node ID 74e583414f34b496c0dbe2944c6d9b8d6f182237 # Parent d8d8fcbecc308ef609252131ece191644611802e [project @ 1999-10-21 23:45:56 by jwe] diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 1999-10-21 John W. Eaton + * interpreter/Makefile.in (dist): Remove .texi files first, so + they will have timestamps newer than the $(DOCSTRINGS) files. + * interpreter/Map-s.cc: New file. * interpreter/munge-texi.cc: Use old libg++ Map class instead of STL map, for the benefit of systems that have assemblers that diff --git a/doc/interpreter/Makefile.in b/doc/interpreter/Makefile.in --- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -178,10 +178,14 @@ maintainer-clean: distclean rm -f tags TAGS octave.info octave.info-* octave.dvi octave.ps - rm -f octave_*.html + rm -f octave_*.html $(TEXINFO) .PHONY: maintainer-clean -dist: all +clean-texi: + rm -f $(TEXINFO) +.PHONY: clean-texi + +dist: clean-texi all ln $(DISTFILES) ../../`cat ../../.fname`/doc/interpreter .PHONY: dist