Mercurial > hg > octave-jordi
diff doc/interpreter/Makefile.in @ 3315:74e583414f34
[project @ 1999-10-21 23:45:56 by jwe]
author | jwe |
---|---|
date | Thu, 21 Oct 1999 23:45:56 +0000 |
parents | 27502f8b3ba7 |
children | ce3372c4cf0d |
line wrap: on
line diff
--- 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