Remove targets overriding automake default.
Overriding the clean targets does not allow automake to add e.g. a
remove rule for Makefile. Thus a "make distcheck" won't work. We
keep the "html" target because it is not used my make distcheck.
- doc/manual/Makefile.am (clean, distclean): Remove targets.