This commit is contained in:
Glen Wiley 2014-03-06 14:41:44 -05:00
commit 4144228e7d
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
--with/--without optiosn to configure for them
* respect configure --docdir=X
* Documentation/man page updates
* Fix install and cpp guards in getdns_extra.h
* Add method to switch between threads and fork mode for unbound
* Fixes for libuv integration (saghul)
* Fixes for calling getdns_destroy_context within a callback
* 2014-02-25 : Version 0.1.0
* Initial public release of the getdns API

View File

@ -81,7 +81,7 @@ install: all
@echo "***"
uninstall:
rm -rf -d $(DESTDIR)$(docdir)
rm -rf $(DESTDIR)$(docdir)
cd doc && $(MAKE) $@
cd src && $(MAKE) $@