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

Fixed typo. File is called Doxydep and not DoxyDep.

[[Imported from SVN: r729]]
parent 6e39c22b
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ FORCE:
include $(top_srcdir)/am/webstuff
clean-local:
if test -e DoxyDep; then rm -rf html html-dist; fi
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