changeset 20383:4847e3dd8e6a

fix file and directory names for doxyhtml targets * doc/module.mk (doxyhtml): Correct name of Doxyfile. (DIRSTAMP_FILES): Fix file name.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jul 2015 16:13:09 -0400
parents 1ea2d7d8abc7
children 83d08eb76182
files doc/module.mk
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/module.mk	Tue Jul 14 13:24:02 2015 -0400
+++ b/doc/module.mk	Tue Jul 14 16:13:09 2015 -0400
@@ -36,13 +36,13 @@
   doc/doxyhtml/Doxyfile.in \
   doc/doxyhtml/README
 
-doxyhtml: doxyhtml/$(octave_dirstamp)
-	doxygen doxyhtml/Doxyfile
+doxyhtml: doc/doxyhtml/$(octave_dirstamp)
+	doxygen doc/doxyhtml/Doxyfile
 
 doxyhtml-maintainer-clean:
-	rm -rf doc/doxyhtml && rm -rf `ls | $(GREP) -v Doxyfile.in`
+	cd doc/doxyhtml && rm -rf `ls | $(GREP) -v Doxyfile.in`
 
-DIRSTAMP_FILES += doxyhtml/$(octave_dirstamp)
+DIRSTAMP_FILES += doc/doxyhtml/$(octave_dirstamp)
 
 GRAPH_PROP_TEXI_SRC = \
   doc/interpreter/plot-axesproperties.texi \