Mercurial > hg > octave-lyh
changeset 15833:23a180fd186d stable
Remove doc-cache file in maintainer-clean target, not distclean
* doc/interpreter/Makefile.am (MAINTAINERCLEANFILES):
List doc-cache here.
(DISTCLEANFILES): Not here.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 21 Dec 2012 16:05:26 -0500 |
parents | ebe8c2964451 |
children | f366e9948259 878623ca15e1 |
files | doc/interpreter/Makefile.am |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/Makefile.am +++ b/doc/interpreter/Makefile.am @@ -241,7 +241,7 @@ EXTRA_DIST = \ config-images.sh \ contributors.in \ - doc-cache \ + doc-cache \ find-docstring-files.sh \ images \ images.awk \ @@ -258,7 +258,7 @@ $(LOGOS) \ $(TXI_SRC) -DISTCLEANFILES = $(octave_TEXINFOS) doc-cache +DISTCLEANFILES = $(octave_TEXINFOS) -MAINTAINERCLEANFILES = $(IMAGES) +MAINTAINERCLEANFILES = $(IMAGES) doc-cache