From: Wouter Wijngaards Date: Mon, 8 Oct 2012 12:31:16 +0000 (+0000) Subject: - make clean and makerealclean remove generated python and docs. X-Git-Tag: release-1.4.19rc1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=742256f2c7a7acf6e64ed92415912d56a941d17c;p=thirdparty%2Funbound.git - make clean and makerealclean remove generated python and docs. git-svn-id: file:///svn/unbound/trunk@2776 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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).