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

fix make install and make dist for doxygen

[[Imported from SVN: r5843]]
parent 52f30446
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ doxygen-html-install:
set -e; \
OLDPWD=$$PWD; \
dir=$(abs_srcdir); \
if test -d $(abs_builddir)/$(DOXYGENTAG); then dir=$(abs_builddir); fi; \
if test -f $(abs_builddir)/$(DOXYGENTAG); then dir=$(abs_builddir); fi; \
cd "$$dir/html/"; \
list=`echo $(DOXYGENHTMLFILES)`; \
cd "$$OLDPWD"; \
......
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