diff --git a/makefiles/Makefile b/makefiles/Makefile index d0015c7451..81c4d5e265 100644 --- a/makefiles/Makefile +++ b/makefiles/Makefile @@ -260,7 +260,7 @@ doxygen: doxygen/clean @echo "Sorry, the Doxygen documentation is currently being updated. Please try again in a few minutes." > $(DOXYGENDIR)/html/index.html cp $(ALL_SRC_FILES) $(DOXYGENDIR) @for i in $(DOXYGENDIR)/*.F ; do mv $${i} $${i%%.*}.f90; done ; - @cat $(CP2KHOME)/doc/Doxyfile.template | sed "s/#revision#/`$(TOOLSRC)/build_utils/get_revision_number $(CP2KHOME)`/" >$(DOXYGENDIR)/Doxyfile + @cat $(TOOLSRC)/doxify/Doxyfile.template | sed "s/#revision#/`$(TOOLSRC)/build_utils/get_revision_number $(CP2KHOME)`/" >$(DOXYGENDIR)/Doxyfile cd $(DOXYGENDIR); doxygen ./Doxyfile TOOL_HELP += "doxygen : Generate the doxygen documentation" diff --git a/doc/Doxyfile.template b/tools/doxify/Doxyfile.template similarity index 100% rename from doc/Doxyfile.template rename to tools/doxify/Doxyfile.template