changeset 20395:fb97c11f8e67

clean generated AUTHORS file * doc/module.mk (MAINTAINERCLEANFILES): Include AUTHORS in the list.
author John W. Eaton <jwe@octave.org>
date Thu, 16 Jul 2015 13:45:01 -0400
parents 9df3feddcf22
children bf92a14c0e76
files doc/module.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/module.mk	Thu Jul 16 13:44:11 2015 -0400
+++ b/doc/module.mk	Thu Jul 16 13:45:01 2015 -0400
@@ -312,7 +312,7 @@
 
 doc/interpreter/doc-cache: $(DOCSTRING_DEPS) $(OCTAVE_INTERPRETER_TARGETS) doc/interpreter/mk_doc_cache.m doc/interpreter/$(octave_dirstamp)
 	$(AM_V_GEN)rm -f $@-t $@ && \
-	$(top_builddir)/run-octave -f -q -H $(srcdir)/doc/interpreter/mk_doc_cache.m - $(srcdir)/doc/interpreter/macros.texi $(DOCSTRING_FILES) >$@-t && \
+	$(top_builddir)/run-octave -f -q -H $(srcdir)/doc/interpreter/mk_doc_cache.m - $(srcdir)/doc/interpreter/macros.texi $(DOCSTRING_FILES) > $@-t && \
 	mv $@-t $@
 
 $(MUNGED_TEXI_SRC): $(DOCSTRING_DEPS) $(munge_texi_SOURCES)
@@ -379,6 +379,7 @@
   $(OCTAVE_HTML_STAMP)
 
 MAINTAINERCLEANFILES += \
+  AUTHORS \
   $(BUILT_DOC_IMAGES) \
   doc/interpreter/doc-cache