From ec22f5123c62bd0ee6ea349fdad5764bb7daaabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Mon, 8 Sep 2014 09:34:47 +0000 Subject: [PATCH] Move Doxyfile.template into tools/doxify svn-origin-rev: 14260 --- makefiles/Makefile | 2 +- {doc => tools/doxify}/Doxyfile.template | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {doc => tools/doxify}/Doxyfile.template (100%) 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