changeset 20382:1ea2d7d8abc7

fix doxyhtml-mainainer-clean target * doc/module.mk (doxyhtml-maintainer-clean): Change to doc/doxyhtml directory to remove files.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jul 2015 13:24:02 -0400
parents 86299d2fbf87
children 4847e3dd8e6a
files doc/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/module.mk	Tue Jul 14 12:20:03 2015 -0400
+++ b/doc/module.mk	Tue Jul 14 13:24:02 2015 -0400
@@ -40,7 +40,7 @@
 	doxygen doxyhtml/Doxyfile
 
 doxyhtml-maintainer-clean:
-	rm -rf `ls doc/doxyhtml | $(GREP) -v Doxyfile`
+	rm -rf doc/doxyhtml && rm -rf `ls | $(GREP) -v Doxyfile.in`
 
 DIRSTAMP_FILES += doxyhtml/$(octave_dirstamp)