Skip to content
Snippets Groups Projects
Commit 5288b9d5 authored by Christian Engwer's avatar Christian Engwer
Browse files

[am]

always install doxygen files, even if we didn't generate them

[[Imported from SVN: r6759]]
parent a71a37c0
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,15 @@ endif # DUNEWEB
####
# how to build doxygen documentation
if DOXYGEN
# EXTRAINSTALL in the html subdirectory
DOXYGENHTMLFILES = *.html *.css *.png *.gif
DOXYGENINSTALL = $(DOXYGENHTMLFILES) ../doxygen.log ../doxyerr.log
if DOXYGEN
if BUILD_DOCS
# disable dependency tracking when working without doxygen/documentation
DOXYGENTAG = doxygen-tag
# EXTRAINSTALL in the html subdirectory
DOXYGENHTMLFILES = *.html *.css *.png *.gif
DOXYGENINSTALL = $(DOXYGENHTMLFILES) ../doxygen.log ../doxyerr.log
endif # BUILD_DOCS
DUNEDOXYNIZE=@DUNE_COMMON_ROOT@/bin/dunedoxynize
......@@ -96,7 +98,6 @@ endif # BUILD_DOCS
####
# how to install doxygen
if BUILD_DOCS
install-doxygen: $(DOXYGENTAG)
set -e; $(mkinstalldirs) $(DESTDIR)/$(doxygendir); \
......@@ -110,8 +111,6 @@ uninstall-doxygen:
install-documentation-local: install-doxygen
uninstall-documentation-local: uninstall-doxygen
endif # BUILD_DOCS
####
# howto install doxygen in the web page
include $(top_srcdir)/am/webstuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment