]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- make clean and makerealclean remove generated python and docs.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 8 Oct 2012 12:31:16 +0000 (12:31 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 8 Oct 2012 12:31:16 +0000 (12:31 +0000)
git-svn-id: file:///svn/unbound/trunk@2776 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 6bc3b7590967721930bda5ae647d94ba5a6df958..0064341462c065c7a1331c03ca5e16201ef03b1e 100644 (file)
@@ -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 
 
index 05c2bfcd8374b3bb0a6defaa7a9b9a91c44e2bc6..b32753cadb7dba312b72b3c4475895433ba3590c 100644 (file)
@@ -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).