Move Doxyfile.template into tools/doxify

svn-origin-rev: 14260
This commit is contained in:
Ole Schütt 2014-09-08 09:34:47 +00:00
parent 9c296d1bc9
commit ec22f5123c
2 changed files with 1 additions and 1 deletions

View file

@ -260,7 +260,7 @@ doxygen: doxygen/clean
@echo "<html><body>Sorry, the Doxygen documentation is currently being updated. Please try again in a few minutes.</body></html>" > $(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"