Skip to content
Snippets Groups Projects
Commit 6e39c22b authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed doxygen docu installation with tarballs

[[Imported from SVN: r728]]
parent 979401bb
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,7 @@ html-dist: $(DOXYGENHEADER)
$(DOXYGEN) Doxyfile.tmp > doxygen.log 2>&1 <&- ; \
rm -f Doxyfile.tmp; \
fi
rm -rf html-dist
if test -d html; then mv html html-dist; fi
if test -d html; then rm -rf html-dist; mv html html-dist; fi
# how to install the doxygen documentation
doxygen-install:
......@@ -99,7 +98,8 @@ FORCE:
include $(top_srcdir)/am/webstuff
clean-local:
rm -rf html html-dist latex *~
if test -e DoxyDep; then rm -rf html html-dist; fi
rm -rf latex *~
CLEANFILES = $(WHAT) $(DOXYGENTAG) $(DOXYGENHEADER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment