changeset 20386:d59d9f4ec290

don't clean doc/doxyhtml/README * doc/module.mk (doxyhtml-maintainer-clean): Don't remove README.
author John W. Eaton <jwe@octave.org>
date Wed, 15 Jul 2015 09:49:21 -0400
parents e6af03353ace
children c3dab5d8e6ab
files Makefile.am doc/module.mk
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Wed Jul 15 09:44:24 2015 -0400
+++ b/Makefile.am	Wed Jul 15 09:49:21 2015 -0400
@@ -233,4 +233,9 @@
 
 install-data-local: installdirs-local
 
+clean-local: doc-clean
+
 distclean-local: scripts-distclean
+
+maintainer-clean-local: doc-maintainer-clean
+
--- a/doc/module.mk	Wed Jul 15 09:44:24 2015 -0400
+++ b/doc/module.mk	Wed Jul 15 09:49:21 2015 -0400
@@ -40,8 +40,9 @@
 	doxygen doc/doxyhtml/Doxyfile
 
 doxyhtml-maintainer-clean:
-	cd doc/doxyhtml && rm -rf `ls | $(GREP) -v Doxyfile.in`
 	rm -f doc/doxygen_sqlite3.db
+	cd doc/doxyhtml && \
+	rm -rf `ls | $(GREP) -v Doxyfile.in | $(GREP) -v README`
 
 DIRSTAMP_FILES += doc/doxyhtml/$(octave_dirstamp)