changeset 25016:e8031005eb18 stable

build: Remove Qt Help files with maintainer-clean target. * doc/interpreter/module.mk: Add OCTAVE_QTHELP_FILES to maintainer-clean target.
author Rik <rik@octave.org>
date Mon, 26 Mar 2018 18:53:44 -0700
parents baa7e37453b1
children 66c35303d272
files doc/interpreter/module.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/module.mk	Fri Mar 23 15:43:59 2018 +0100
+++ b/doc/interpreter/module.mk	Mon Mar 26 18:53:44 2018 -0700
@@ -368,7 +368,8 @@
 doc_MAINTAINERCLEANFILES += \
   AUTHORS \
   $(BUILT_DOC_IMAGES) \
-  $(BUILT_OCTAVE_TEXI_SRC)
+  $(BUILT_OCTAVE_TEXI_SRC) \
+  $(OCTAVE_QTHELP_FILES)
 
 ## The TeX software suite is used to create both PDF and PS output formats.
 ## In order to avoid race conditions between simultaneous TeX commands, the