Add generated files to mrproper rule.

[08-mrproper]
This commit is contained in:
Gavin Lambert 2014-05-31 18:12:17 +12:00
parent d9a93ffa24
commit 467bce0185
1 changed files with 5 additions and 1 deletions

View File

@ -119,7 +119,11 @@ mrproper: clean cleandoc
configure \
configure.in \
libtool \
stamp-h1
stamp-h1 \
ethercat.spec \
script/init.d/ethercat \
m4/*.m4 \
`find -path ./documentation -prune -o "(" -name Makefile -o -name Makefile.in -o -name Kbuild -o -name .deps -o -name Module.symvers -o -name .tmp_versions ")" -print`
doc:
doxygen Doxyfile