diff --git a/Makefile.in b/Makefile.in index 6bc3b7590..006434146 100644 --- a/Makefile.in +++ b/Makefile.in @@ -393,12 +393,14 @@ clean: rm -f *.o *.d *.lo *~ tags rm -f unbound$(EXEEXT) unbound-checkconf$(EXEEXT) unbound-host$(EXEEXT) unbound-control$(EXEEXT) unbound-anchor$(EXEEXT) unbound-control-setup libunbound.la rm -f $(ALL_SRC:.c=.lint) + rm -f _unbound.la libunbound/python/libunbound_wrap.c libunbound/python/unbound.py pythonmod/interface.h pythonmod/unboundmodule.py rm -rf autom4te.cache .libs build doc/html doc/xml realclean: clean rm -f config.status config.log config.h.in config.h rm -f configure config.sub config.guess ltmain.sh aclocal.m4 libtool rm -f util/configlexer.c util/configparser.c util/configparser.h + rm -f doc/example.conf doc/libunbound.3 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound-control.8 doc/unbound.8 doc/unbound.conf.5 rm -f $(TEST_BIN) rm -f Makefile diff --git a/doc/Changelog b/doc/Changelog index 05c2bfcd8..b32753cad 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 8 October 2012: Wouter - update ldns-testpkts.c to ldns 1.6.14 version. - fix build of pythonmod in objdir, for unbound.py. + - make clean and makerealclean remove generated python and docs. 5 October 2012: Wouter - fix build of pythonmod in objdir (thanks Jakob Schlyter).