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

Merged patches 4858 4860 and 4861 from release/1.0

[[Imported from SVN: r4862]]
parent 42ed65a2
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@ html-dist: $(DOXYGENHEADERBUILD)
echo Running doxygen. This may take a while... ; \
$(DOXYGEN) Doxyfile.tmp > doxygen.log 2>&1 <&- ; \
rm -f Doxyfile.tmp; \
fi; \
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:
......@@ -100,7 +100,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.
Finish editing this message first!
Please register or to comment