When distcleaning, clean up doc as well.
This commit is contained in:
parent
96264d4d2f
commit
d4f72db31a
1 changed files with 1 additions and 0 deletions
|
@ -14,5 +14,6 @@ clean:
|
|||
find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f
|
||||
|
||||
distclean: clean
|
||||
$(MAKE) -C doc clean
|
||||
rm -rf $(objdir)
|
||||
rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile
|
||||
|
|
Loading…
Reference in a new issue