mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Move Doxyfile.template into tools/doxify
svn-origin-rev: 14260
This commit is contained in:
parent
9c296d1bc9
commit
ec22f5123c
2 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue